aboutsummaryrefslogtreecommitdiff
path: root/partials/tailwind_class_groups.css
diff options
context:
space:
mode:
Diffstat (limited to 'partials/tailwind_class_groups.css')
-rw-r--r--partials/tailwind_class_groups.css9
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;
+ }
+}