13 lines
207 B
CSS
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;
|
|
}
|
|
}
|