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>2022-01-03 06:07:53 +0300
committerNeko Null <jerrylu.mail@qq.com>2022-01-03 06:07:53 +0300
commit1bcc4c8d642568cd8113bc17fc4f61f81b230818 (patch)
tree29d022d9d3be520dc58e08a116c2b441dc2d541b
parent335e3699615fbfb5c50a4541b8fca3f9839ae866 (diff)
[fix] fix #23
Fix broken dark mode in Firefox
-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);
}