colors
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m35s

This commit is contained in:
2026-01-26 02:39:22 +01:00
parent f50f41530d
commit 4d72a5bf86

View File

@@ -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 {