From 73ecbcf7a2171a0783e7e71cfb24932775450f2c Mon Sep 17 00:00:00 2001 From: olayway Date: Wed, 8 Jun 2022 13:56:14 +0200 Subject: [PATCH] [site/styles][s]: minor word wrap fix --- site/styles/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/styles/global.css b/site/styles/global.css index 8389164..0cb4b65 100644 --- a/site/styles/global.css +++ b/site/styles/global.css @@ -16,11 +16,11 @@ html { } .c-heading a { - @apply no-underline !important; + @apply transition-colors no-underline break-normal; } -a:hover { - @apply text-yellow-li !important; +.c-heading a:hover { + @apply text-yellow-li; } /* bg-neutral-800