feat: Initial typography / prose styles

This commit is contained in:
2026-01-13 22:17:15 -05:00
parent 12048ffdd3
commit 764bc6aeea
5 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/* Variant to target all children links without specific link or button classes */
@custom-variant links (& a:not([class*='link-']):not([class*='button-']));
/* Link styles */
@utility link-base { @apply cursor-pointer disabled-default transition; }
@utility link-underline { @apply link-base underline hover:decoration-primary; }
@utility link-opacity { @apply link-base hover:opacity-80; }