From 1939e4c5eef2cca65f3377e2fde81ad95d3d43e2 Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 16:42:38 +0100 Subject: [PATCH] typo. --- gitweb-danixland/gitweb.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 71a2a0a..b088624 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -51,8 +51,8 @@ a { outline: none; } --bg: #D8D9CF; --bg-alt: #F0EEED; --fg: #393E46; - --link: #FF8B13; - --link-visited: #e7b788; + --link: #753f09; + --link-visited: #83674d; --border: 34,40,49,0.035; --accent: #FD7014; --shadow: 0,0,0,0.2; @@ -78,8 +78,8 @@ a { outline: none; } --bg: #393E46; --bg-alt: #222831; --fg: #D8D9CF; - --link: #753f09; - --link-visited: #83674d; + --link: #FF8B13; + --link-visited: #e7b788; --border: 216,217,207,0.2; --shadow: 255,255,255,0.2; --file-icon: url("file.svg"); -- 2.20.1