diff --git a/styles/globals.css b/styles/globals.css index 025bb5b..34056d8 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -13,7 +13,9 @@ @apply list-disc mx-10 } } - + a { + @apply hover:underline + } .tooltip { @apply invisible absolute; }