From 8933705a095c7804c8d5b7c29d42ec7ec1e62c6c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 19:57:46 +0800 Subject: repo_{index,tree_dir}.html, style.css: Darker table title row --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index d0d20ba..1f6231d 100644 --- a/static/style.css +++ b/static/style.css @@ -37,5 +37,8 @@ td, th { border: var(--border-color) solid 1px; } th { + background-color: var(--lighter-box-background-color); +} +tr.title-row > th { background-color: var(--darker-box-background-color); } -- cgit v1.2.3