diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-13 11:39:26 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-13 11:39:26 +0800 |
commit | e7c4bd3948a5818cefa18dfe6f6df77508767704 (patch) | |
tree | 03bfd76df39b4687888311abcf04ed5a2ac36779 /static/style.css | |
parent | group_repos: Fix table rows (diff) | |
download | forge-e7c4bd3948a5818cefa18dfe6f6df77508767704.tar.gz forge-e7c4bd3948a5818cefa18dfe6f6df77508767704.tar.zst forge-e7c4bd3948a5818cefa18dfe6f6df77508767704.zip |
style.css: Wider title-row specification
Diffstat (limited to 'static/style.css')
-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 7869708..f91c427 100644 --- a/static/style.css +++ b/static/style.css @@ -83,7 +83,7 @@ th, thead, tfoot { th[scope=row] { text-align: left; } -tr.title-row > th { +tr.title-row > th, th.title-row, .title-row { background-color: var(--darker-box-background-color); } td > pre { |