Amélioration de la visibilité des éléments d'une liste
This commit is contained in:
parent
0d90e0da20
commit
36b33124bc
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue