fix title hover color
authorcassowarii <2374677+cassowarii@users.noreply.github.com>
Tue, 28 Jul 2026 06:09:43 +0000 (23:09 -0700)
committercassowarii <2374677+cassowarii@users.noreply.github.com>
Tue, 28 Jul 2026 06:09:43 +0000 (23:09 -0700)
static/gitweb-site.css

index 8db87b4..810d154 100644 (file)
@@ -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;