FEATURE Passing an active class style

This commit is contained in:
Nonimart 2025-06-24 12:51:58 +02:00
parent 254015dc44
commit b045a76e5c

View File

@ -6,4 +6,7 @@
a {
@apply text-xl text-carhop-gray opacity-80;
}
a[active='true'] {
@apply text-carhop-green-700 font-bold;
}
}