From f084ab45172d9abd1194deef701c7690d9eac0d5 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 2 Nov 2024 21:17:59 +1300 Subject: [PATCH] Adjusted header color --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 11fbb36..edf088a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -20,7 +20,7 @@ body { @apply font-sans antialiased; @apply flex flex-col; @apply bg-stone-100 dark:bg-black; - @apply text-black/50 dark:text-white/75; + @apply text-black dark:text-white/75; } header {