FEATURE Modification de la taille de police des liens dans sommaire-index.css

This commit is contained in:
Nonimart 2025-06-24 16:23:14 +02:00
parent 80f4ca9107
commit 9a32e669e1

View File

@ -4,9 +4,14 @@
@apply mb-4;
}
a {
@apply text-xl text-carhop-gray opacity-80;
@apply text-lg text-carhop-gray opacity-80;
}
a[active='true'] {
@apply text-carhop-green-700 font-bold;
}
li,
a {
line-height: 1.3 !important;
}
}