From e7c4bd3948a5818cefa18dfe6f6df77508767704 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Feb 2025 11:39:26 +0800 Subject: style.css: Wider title-row specification --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.css') 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 { -- cgit v1.2.3