From e6817a1d55cf67cd967930aa7bb444a19a62464b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Palm=C3=B8?= Date: Mon, 11 Apr 2022 15:39:58 +0200 Subject: [PATCH] replaced some colors with css standards --- src/style/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style/main.css b/src/style/main.css index d3eabc3..62ab028 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -2,12 +2,12 @@ @media (prefers-color-scheme: light) { :root { --primary: white; - --lighter: #f8f8ff; - --darker: #f8f8ff; + --lighter: ghostwhite; + --darker: ghostwhite; --border: grey; --font-color: black; --font-inverted: white; - --link-color: #1d7484; + --link-color: teal; } }