diff options
Diffstat (limited to 'html/style.css')
| -rw-r--r-- | html/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css index 303c204..293b4b5 100644 --- a/html/style.css +++ b/html/style.css @@ -139,6 +139,7 @@ h1, h2 { #right { width: 67%; table { + margin-top: 1em; width: 100%; font-family: monospace; font-size: 1.3em; @@ -159,6 +160,13 @@ h1, h2 { min-width: 4em; } } + table tr:nth-child(2n) { + background-color: var(--primary-background); + } + table tr:nth-child(2n+1) { + background-color: var(--secondary-background); + --link-colour: var(--link-colour-secondary); + } } @media screen and (max-width: 859px) { |
