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

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