STYLE Refining font size and transparency

This commit is contained in:
Nonimart 2025-06-24 15:21:45 +02:00
parent 9bc2bc2bf5
commit 6b50d31374

View File

@ -11,9 +11,15 @@
}
}
a {
@apply text-carhop-gray opacity-80;
@apply text-carhop-gray opacity-80 text-lg;
&[active='true'] {
@apply text-primary font-bold;
@apply text-carhop-green-700 font-semibold opacity-100;
}
}
li,
a {
line-height: 1.3 !important;
}
}