From 6d6bb4dfe6834d0de24d791d6a7e103f737dd424 Mon Sep 17 00:00:00 2001 From: DanielS Date: Fri, 10 Jul 2026 14:54:24 +0200 Subject: [PATCH] style(css): remove text-gradient in favor of solid blue color --- shop/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/app/globals.css b/shop/app/globals.css index 45bfc36..dc8abe9 100644 --- a/shop/app/globals.css +++ b/shop/app/globals.css @@ -106,6 +106,6 @@ } .text-gradient { - @apply bg-clip-text text-transparent bg-gradient-to-r from-sky-500 to-blue-600 dark:from-primary dark:to-blue-400; + @apply text-blue-500 dark:text-blue-400; } } \ No newline at end of file