From: danix Date: Tue, 28 Feb 2023 15:42:38 +0000 (+0100) Subject: typo. X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=1939e4c5eef2cca65f3377e2fde81ad95d3d43e2 typo. --- 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");