another third color main
authorcassowarii <2374677+cassowarii@users.noreply.github.com>
Tue, 28 Jul 2026 06:12:25 +0000 (23:12 -0700)
committercassowarii <2374677+cassowarii@users.noreply.github.com>
Tue, 28 Jul 2026 06:12:25 +0000 (23:12 -0700)
static/gitweb-site.css

index c6725e7..049cdbd 100644 (file)
@@ -5,6 +5,7 @@
 :root {
   --tasteful-olive-1: #B2D874;
   --tasteful-olive-2: #D9F0A2;
+  --tasteful-olive-3: #EFF9C5;
 }
 
 html {
@@ -51,6 +52,10 @@ a.title:hover {
   background: var(--tasteful-olive-1);
 }
 
+tr.dark, table.blame .dark:hover {
+  background: var(--tasteful-olive-3);
+}
+
 table.projects_list tr td:first-child {
   /* "last change" text */
   white-space: nowrap;