From 6b221e6531555662088c36c5889527afb5b5e22b Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 12 Dec 2020 09:29:20 +0000 Subject: [PATCH] fix(css): darker a:visited --- themes/chameleon/source/css/_source.css | 2 +- themes/chameleon/source/css/chameleon.css | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/themes/chameleon/source/css/_source.css b/themes/chameleon/source/css/_source.css index 88ea73a..b08ffc3 100644 --- a/themes/chameleon/source/css/_source.css +++ b/themes/chameleon/source/css/_source.css @@ -86,7 +86,7 @@ a:focus { } a:visited { - color: #0b0080; + color: purple; } a:active { diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index dd83727..8a989b1 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -472,7 +472,6 @@ select:not([multiple]):not([size]) { :root { --main-bg-color: black; --main-font-color: #e6e6e6; - --link-hover: white; --alt-bg-color: #333; --link-underline: #3f72af; } @@ -553,12 +552,12 @@ a:focus { text-decoration: underline; } -a:active { - color: #faa700; +a:visited { + color: purple; } -a:visited { - color: #0b0080; +a:active { + color: #faa700; } button, @@ -1302,7 +1301,6 @@ unhide (via JS) if Web Share API is supported */ :root { --main-bg-color: black; --main-font-color: #e6e6e6; - --link-hover: white; --alt-bg-color: #333; } } @@ -1311,7 +1309,6 @@ unhide (via JS) if Web Share API is supported */ :root { --main-bg-color: #f1f1f1; --main-font-color: #333; - --link-hover: black; --alt-bg-color: #d8d8d8; }