From 93a67f9bfaf99d1223f084bbde2906ef571b2a4f Mon Sep 17 00:00:00 2001 From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:05:05 -0700 Subject: [PATCH] fix link color specificity --- static/gitweb-site.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 8261246..2b49dd3 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -23,7 +23,10 @@ div.page_footer { background-color: var(--tasteful-olive-2); } -a { +a, +a:visited, +div.page_header a, +div.page_header a:visited { color: #a4004d; } -- 1.8.3.1