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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dark.css')
-rw-r--r--static/css/dark.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/dark.css b/static/css/dark.css
index 9469755..b6804b9 100644
--- a/static/css/dark.css
+++ b/static/css/dark.css
@@ -1,8 +1,8 @@
html {
- background-color: #ebebeb !important;
+ background-color: #141414 !important;
}
-html {
+body {
filter: invert(100%) hue-rotate(180deg);
}