From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Tue, 28 Jul 2026 06:09:43 +0000 (-0700) Subject: fix title hover color X-Git-Url: https://git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=9beb0f2d224d0a8ec9d29a095d649ffb47bdaa74;p=gitweb-theme.git fix title hover color --- 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;