From 9beb0f2d224d0a8ec9d29a095d649ffb47bdaa74 Mon Sep 17 00:00:00 2001 From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:09:43 -0700 Subject: [PATCH] fix title hover color --- static/gitweb-site.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 8db87b4..810d154 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -41,10 +41,14 @@ div.patch { } div.title, -a.title{ +a.title { background: var(--tasteful-olive-2); } +a.title:hover { + background: var(--tasteful-olive-1); +} + table.projects_list tr td:first-child { /* "last change" text */ white-space: nowrap; -- 1.8.3.1