summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-11-16 09:17:48 +0100
committerYehonal <yehonal.azeroth@gmail.com>2021-11-16 09:17:48 +0100
commitf80fd57baa1c96a9c0059e57aa0a10de946e4321 (patch)
tree1de1d7a20b2e462afa330233b27c3403c3f510e6
parentf4f2772ac84ba0666bed8a99f09db1107ff017fb (diff)
downloadwiki-f80fd57baa1c96a9c0059e57aa0a10de946e4321.tar.gz
wiki-f80fd57baa1c96a9c0059e57aa0a10de946e4321.tar.bz2
wiki-f80fd57baa1c96a9c0059e57aa0a10de946e4321.zip
skip dark mode on images
-rw-r--r--assets/css/azerothcore.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/azerothcore.css b/assets/css/azerothcore.css
index 4b0952f..f2701e3 100644
--- a/assets/css/azerothcore.css
+++ b/assets/css/azerothcore.css
@@ -970,3 +970,8 @@ body > .wrapper .pl-12 {
.darkmode-layer, .darkmode-toggle {
z-index: 500;
}
+
+body.darkmode--activated img, body.darkmode--activated .darkmode-ignore {
+ mix-blend-mode: difference;
+ background-color: black;
+}