style(css): remove text-gradient in favor of solid blue color
All checks were successful
Staging Build / build (push) Successful in 2m53s

This commit is contained in:
DanielS
2026-07-10 14:54:24 +02:00
parent e59039dd4e
commit 6d6bb4dfe6

View File

@@ -106,6 +106,6 @@
} }
.text-gradient { .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;
} }
} }