diff --git a/client/tailwind.css b/client/tailwind.css index 764629b4..a62e7281 100644 --- a/client/tailwind.css +++ b/client/tailwind.css @@ -42,6 +42,19 @@ svg { .link { @apply underline underline-offset-2 } + + .link-large { + @apply text-lg underline xl:text-xl + } + + .text-large { + @apply text-lg xl:text-xl + } + + .text-bold { + @apply text-base font-bold + } + } @layer components {