Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/niklasbuschmann/contrast-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/index.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 8f9ae52..74b62e5 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -33,10 +33,7 @@ body {
}
@media (prefers-color-scheme: dark) {
- html {
- background: #17181c;
- }
- body {
+ html, body {
background: #1c1d22;
color: #ffffff;
}