diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-14 18:11:42 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-14 18:11:42 +0800 |
commit | 3ad663f2b30c7764ce1cfb8728a8479f93babaf5 (patch) | |
tree | bf912155a302beeac4ebba7cacca8a058ed419dd | |
parent | style.css: Shrink font-size a bit for monospace components (diff) | |
download | forge-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.css | 2 |
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; |