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:
-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 c5b340c..9469755 100644
--- a/static/css/dark.css
+++ b/static/css/dark.css
@@ -3,11 +3,11 @@ html {
}
html {
-filter: invert(1) hue-rotate(.5turn);
+filter: invert(100%) hue-rotate(180deg);
}
img:not(.icon-text, .icon-social),
video,
code {
-filter: hue-rotate(180deg) contrast(100%) invert(100%);
+filter: invert(100%) hue-rotate(180deg) contrast(100%);
}