From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Tue, 28 Jul 2026 06:07:24 +0000 (-0700) Subject: i think this is the way to select the header X-Git-Url: https://git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=438611b1bb838ad167b31cb1def57ccf33b3845b;p=gitweb-theme.git i think this is the way to select the header --- 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); }