diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 19:57:46 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 19:57:46 +0800 |
commit | 8933705a095c7804c8d5b7c29d42ec7ec1e62c6c (patch) | |
tree | f07f9b46db5df0a090e8987541cccf84d5478d34 /static/style.css | |
parent | *: Some simple styling with tables (diff) | |
download | forge-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.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); } |