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:
authorNeko Null <jerrylu.mail@qq.com>2021-12-18 17:20:49 +0300
committerNeko Null <jerrylu.mail@qq.com>2021-12-18 17:20:49 +0300
commit88eb3bb1f7707585e853ba3299fd6f1c534b6344 (patch)
tree9cdc5a1099da2eb941ff6db477a9e8d18c6bf7c3
parent29e76564318b29fe0351cc890c939d5299a46f6f (diff)
[fix] Make CSS filter usage more consistent
-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%);
}