From 3ad663f2b30c7764ce1cfb8728a8479f93babaf5 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 18:11:42 +0800 Subject: [PATCH] style.css: Use --lighter-box-background-color for title rows --- static/style.css | 2 +- diff --git a/static/style.css b/static/style.css index 111c3d808b5b96ab09e6dbfc56f5addd13c86b72..f5e82ead2f09e81e0b1d76de02bd8d7b1fbe86e9 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; -- 2.48.1