aboutsummaryrefslogtreecommitdiff
path: root/tailwind_in.css
blob: 92ecdf0d7124933cc89f7871dd5aec40d59bc8ef (plain)
1
2
3
4
5
6
7
8
9
10
11
@import "tailwindcss";

@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;
  }
}