From 3ad663f2b30c7764ce1cfb8728a8479f93babaf5 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 18:11:42 +0800 Subject: style.css: Use --lighter-box-background-color for title rows --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3