diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-31 21:30:37 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-31 21:30:37 +0530 |
| commit | d0f943c6623e8ff538e8d8c48283831e9f3c1147 (patch) | |
| tree | f1b0718aa1a6c577458a3b0c035f2d6c46f619e8 /partials/tailwind_class_groups.css | |
| parent | a551acb29fc43adeb034e9d9a67e711a8c6bcf17 (diff) | |
site: update layout & msg
Diffstat (limited to 'partials/tailwind_class_groups.css')
| -rw-r--r-- | partials/tailwind_class_groups.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/partials/tailwind_class_groups.css b/partials/tailwind_class_groups.css new file mode 100644 index 0000000..1bae0be --- /dev/null +++ b/partials/tailwind_class_groups.css @@ -0,0 +1,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; + } +} |
