From a2145e51d4dc43e34f9ee66a313017f581db7ac2 Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 16:41:34 +0100 Subject: [PATCH] fixing inconsistencies in coloring again. --- gitweb-danixland/gitweb.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 2cfa690..71a2a0a 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -78,6 +78,8 @@ a { outline: none; } --bg: #393E46; --bg-alt: #222831; --fg: #D8D9CF; + --link: #753f09; + --link-visited: #83674d; --border: 216,217,207,0.2; --shadow: 255,255,255,0.2; --file-icon: url("file.svg"); -- 2.20.1