carhop__dynamiques-theme__P.../resources/css/components/sommaire-index.css
2025-06-24 12:51:58 +02:00

13 lines
207 B
CSS

.sommaire-index {
@apply list-none;
li {
@apply mb-4;
}
a {
@apply text-xl text-carhop-gray opacity-80;
}
a[active='true'] {
@apply text-carhop-green-700 font-bold;
}
}