aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/style.css3
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);
}