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