From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Tue, 28 Jul 2026 06:04:20 +0000 (-0700) Subject: link color X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=c0a9ac1fba139c525001c2221b3e9eb5e368d734;p=gitweb-theme.git link color --- diff --git a/static/gitweb-site.css b/static/gitweb-site.css index c12a9ef..8261246 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -23,6 +23,14 @@ div.page_footer { background-color: var(--tasteful-olive-2); } +a { + color: #a4004d; +} + +div.page_footer_text { + color: black; +} + body { border: 1px solid var(--tasteful-olive-2); }