diff options
| -rw-r--r-- | assets/css/azerothcore.css | 5 |
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; +} |
