From 4d72a5bf8604eb9e3a11bb32623519383770476b Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 26 Jan 2026 02:39:22 +0100 Subject: [PATCH] colors --- styles/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index 1c0dc860..6752a964 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -70,7 +70,7 @@ } h1, h2, h3, h4, h5, h6 { - @apply font-heading font-bold tracking-tight text-primary; + @apply font-heading font-bold tracking-tight; line-height: 1.2; } @@ -89,7 +89,7 @@ /* Link styles */ a { - @apply text-primary hover:text-accent transition-colors duration-200 underline-offset-2 hover:underline; + @apply hover:text-accent transition-colors duration-200 underline-offset-2 hover:underline; } /* List styles */ @@ -108,7 +108,7 @@ /* Strong and emphasis */ strong { - @apply font-bold text-primary; + @apply font-bold; } em {