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

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinos Park <m@minospark.com>2020-12-10 01:15:28 +0300
committerMinos Park <m@minospark.com>2020-12-10 01:15:28 +0300
commit5beefa72aa9b912a405630ded99da718ce5e6f71 (patch)
tree0b64b65bb19d71d21b175e5d131ca87daf854cc3
parentabda471d66864f4def0cb2822013db096f549d1c (diff)
add simple dark theme
-rw-r--r--static/assets/css/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/assets/css/style.css b/static/assets/css/style.css
index d2e7fa0..e3ca693 100644
--- a/static/assets/css/style.css
+++ b/static/assets/css/style.css
@@ -73,6 +73,16 @@ td {
margin-bottom: 3px;
}
+@media (prefers-color-scheme: dark) {
+ body {
+ background-color: #282828;
+ color: #EEEEEE;
+ }
+ a {
+ color: #EEEEEE;
+ }
+}
+
/* The styles below deal with the default Hugo theme content. */