diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index d0d20ba..1f6231d 100644 --- a/static/style.css +++ b/static/style.css @@ -37,5 +37,8 @@ td, th { border: var(--border-color) solid 1px; } th { + background-color: var(--lighter-box-background-color); +} +tr.title-row > th { background-color: var(--darker-box-background-color); } |