carhop__dynamiques-theme__P.../resources/css/components/sommaire-index.css
2025-09-03 12:25:33 +02:00

18 lines
273 B
CSS

.sommaire-index {
@apply list-none;
li {
@apply mb-4;
}
a {
@apply text-lg text-carhop-gray opacity-80;
}
a[active='true'] {
@apply text-carhop-green-700 font-bold opacity-90;
}
li,
a {
line-height: 1.3 !important;
}
}