add table alternate row styling
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
--secondary-container-background: #cacaca;
|
||||
--secondary-container-border: 2px outset #c1c1c1;
|
||||
|
||||
--table-alternate: #dbdbdb;
|
||||
|
||||
--header-bg: #ffffff;
|
||||
--header-text: #000000;
|
||||
--header-line: 2px solid #000000;
|
||||
|
||||
@@ -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