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:
Diffstat (limited to 'static/assets/css/style.css')
-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. */