From c0a9ac1fba139c525001c2221b3e9eb5e368d734 Mon Sep 17 00:00:00 2001 From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:04:20 -0700 Subject: [PATCH] link color --- static/gitweb-site.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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); } -- 1.8.3.1