aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 19:57:46 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 19:57:46 +0800
commit8933705a095c7804c8d5b7c29d42ec7ec1e62c6c (patch)
treef07f9b46db5df0a090e8987541cccf84d5478d34 /static/style.css
parent*: Some simple styling with tables (diff)
downloadforge-8933705a095c7804c8d5b7c29d42ec7ec1e62c6c.tar.gz
forge-8933705a095c7804c8d5b7c29d42ec7ec1e62c6c.tar.zst
forge-8933705a095c7804c8d5b7c29d42ec7ec1e62c6c.zip
repo_{index,tree_dir}.html, style.css: Darker table title row
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);
}