From e7c4bd3948a5818cefa18dfe6f6df77508767704 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Feb 2025 11:39:26 +0800 Subject: [PATCH] style.css: Wider title-row specification --- static/style.css | 2 +- diff --git a/static/style.css b/static/style.css index 7869708c74cec6e15fe5c0ed45fe05fabab7ac0f..f91c427adb25fc3f1ab881fdcdfe8f058e900a88 100644 --- a/static/style.css +++ b/static/style.css @@ -83,7 +83,7 @@ } 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 { -- 2.48.1