Compare commits
3 commits
ae4b7b6de0
...
36b33124bc
Author | SHA1 | Date | |
---|---|---|---|
36b33124bc | |||
0d90e0da20 | |||
62a3bcd8ee |
4 changed files with 10 additions and 4 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