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; } }