From 08b4fd7b4db084ed02a806a75435c47d1f6f9034 Mon Sep 17 00:00:00 2001 From: Midou36O Date: Tue, 7 Mar 2023 18:40:32 +0100 Subject: [PATCH] Welp, firefox did not like this color (too bright according to WCAG standards --- public/css/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/global.css b/public/css/global.css index 9cc8f19..0429be7 100644 --- a/public/css/global.css +++ b/public/css/global.css @@ -241,7 +241,7 @@ a:hover { --background: #ececec; --secondary-background: #f5f5f5; --background-darker: #dddddd; - --accent: #0083c3; + --accent: #005ec3; color-scheme: light; } body { @@ -252,7 +252,7 @@ a:hover { color: black; } a:hover { - color: #0083c3; + color: #005ec3; } .exploreIDontKnowWhatToNameThisDiv { background-color: var(--background);