From e8ea42a260961f617e84ced03fb467b59bf291c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sun, 28 Jan 2024 15:42:01 +0100 Subject: [PATCH] fix: wrong font weight on hover link --- app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index bf56835..0bc2cb3 100644 --- a/app/globals.css +++ b/app/globals.css @@ -29,7 +29,7 @@ .prose a, .prose strong { - @apply font-semibold text-yellow dark:text-yellow-dark; + @apply !font-semibold text-yellow dark:text-yellow-dark; } strong,