add table alternate row styling
This commit is contained in:
@@ -57,6 +57,10 @@ textarea, input {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
table.alternating tr:nth-of-type(even) {
|
||||
background: var(--table-alternate);
|
||||
}
|
||||
|
||||
@media only screen and (orientation: landscape) {
|
||||
:target::before {
|
||||
content: "";
|
||||
|
||||
Reference in New Issue
Block a user