aboutsummaryrefslogtreecommitdiff
path: root/partials/tailwind_class_groups.css
blob: 1bae0bec54ee7a65eb7ee5c472e066318783dcad (plain)
1
2
3
4
5
6
7
8
9
@layer components {
  .project-list-heading {
    @apply text-lg group-hover:underline group-hover:text-pink-900 group-hover:bg-pink-100 p-1;
  }

  .project-list-description {
    @apply pl-3 border-l-3 border-dashed border-pink-300 group-hover:text-pink-900 group-hover:bg-pink-100 group-hover:underline flex items-center;
  }
}