Amélioration de la visibilité des éléments d'une liste

This commit is contained in:
Damien Broqua 2022-04-09 00:33:16 +02:00
parent 0d90e0da20
commit 36b33124bc

View File

@ -23,6 +23,12 @@
background-color: var(--default-color);
}
&:nth-child(4n),
&:nth-child(4n-1)
{
background-color: var(--default-color);
}
&:first-child,
&:nth-child(2) {
border-top: 2px solid var(--border-color);