18 lines
262 B
CSS
18 lines
262 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;
|
|
}
|
|
|
|
li,
|
|
a {
|
|
line-height: 1.3 !important;
|
|
}
|
|
}
|