diff --git a/css/index.css b/css/index.css index 31263a8..df9f99a 100644 --- a/css/index.css +++ b/css/index.css @@ -18,17 +18,17 @@ } */ @media (prefers-color-scheme: dark) { - body { - color: #eee; - background: #121212; - } - - body a { - color: #809fff; + :root { + --header: #e0e0e0; + --border: #C0C0C0; + --text: #fff; + --visited: #17050F; + --link: #082840; + --bg: #333; } } -} + /* Global stylesheet */ * { box-sizing: border-box;