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:
authorNiklas Buschmann <niklasbuschmann@posteo.org>2021-01-10 03:20:47 +0300
committerNiklas Buschmann <niklasbuschmann@posteo.org>2021-01-10 03:20:47 +0300
commit5a671c036aa89d1807b1dfa998b40d61da10d262 (patch)
tree8cb85296bb7b721652b8de314aa2d3e9aa894e80
parent2ca3afba36b42b661fe5413d0afa4069a12883bf (diff)
simplify
-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;
}