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:
authorYurizal Susanto <rizalsagi@gmail.com>2022-01-10 09:33:55 +0300
committerGitHub <noreply@github.com>2022-01-10 09:33:55 +0300
commit94ad15eeae49b2e73ea32d7b8cceaa47732cc576 (patch)
tree29d022d9d3be520dc58e08a116c2b441dc2d541b
parent80fe33f0bbdc6679bea767df3efac22298b3879e (diff)
parent1bcc4c8d642568cd8113bc17fc4f61f81b230818 (diff)
Merge pull request #24 from jerrylususu/master
[Fix] Fix broken dark mode in Firefox (#23)
-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);
}