From 438611b1bb838ad167b31cb1def57ccf33b3845b Mon Sep 17 00:00:00 2001 From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:07:24 -0700 Subject: [PATCH] i think this is the way to select the header --- static/gitweb-site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 3b97470..8db87b4 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -40,7 +40,8 @@ div.patch { overflow-x: scroll; } -div.header { +div.title, +a.title{ background: var(--tasteful-olive-2); } -- 1.8.3.1