frontend fixes
Some checks failed
Build & Deploy KLZ Cables / build-and-deploy (push) Failing after 1m37s

This commit is contained in:
2026-01-26 20:21:17 +01:00
parent a8f7c5370b
commit cbb7855804
10 changed files with 177 additions and 40 deletions

View File

@@ -61,6 +61,9 @@
}
@layer base {
.bg-primary a, .bg-primary-dark a {
@apply text-white/90 hover:text-white transition-colors;
}
body {
@apply text-base md:text-lg antialiased;
text-rendering: optimizeLegibility;
@@ -89,7 +92,7 @@
/* Link styles */
a {
@apply transition-colors duration-200 underline-offset-2 hover:underline;
@apply no-underline transition-all duration-200;
}
/* List styles */