Release 19 (devel -> main) #42
1 changed files with 3 additions and 2 deletions
|
@ -97,11 +97,12 @@ table {
|
|||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
tr {
|
||||
tr > th,
|
||||
tr > td {
|
||||
background: var(--bg-color);
|
||||
}
|
||||
|
||||
tr:nth-child(2n+2) {
|
||||
tr:nth-child(2n+2) > td {
|
||||
background: var(--bg-color2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue