add table alternate row styling

This commit is contained in:
2025-01-14 17:38:36 -06:00
parent c323b25d84
commit d1991823de
2 changed files with 6 additions and 0 deletions

View File

@@ -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;

View File

@@ -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: "";