aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-14 18:11:42 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-14 18:11:42 +0800
commit3ad663f2b30c7764ce1cfb8728a8479f93babaf5 (patch)
treebf912155a302beeac4ebba7cacca8a058ed419dd
parentstyle.css: Shrink font-size a bit for monospace components (diff)
downloadforge-3ad663f2b30c7764ce1cfb8728a8479f93babaf5.tar.gz
forge-3ad663f2b30c7764ce1cfb8728a8479f93babaf5.tar.zst
forge-3ad663f2b30c7764ce1cfb8728a8479f93babaf5.zip
style.css: Use --lighter-box-background-color for title rows
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 111c3d8..f5e82ea 100644
--- a/static/style.css
+++ b/static/style.css
@@ -125,7 +125,7 @@ th[scope=row] {
text-align: left;
}
tr.title-row > th, th.title-row, .title-row {
- background-color: var(--darker-box-background-color);
+ background-color: var(--lighter-box-background-color);
}
td > pre {
margin: 0;