colors
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m35s
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m35s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user