summaryrefslogtreecommitdiff
path: root/assets/css/azerothcore.css
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-11-15 20:18:08 +0100
committerGitHub <noreply@github.com>2021-11-15 20:18:08 +0100
commitca6e9d956e6ee572091d66fcf649ed014a04c438 (patch)
tree25c51c5b85b77e847976c6f6c19e47762ab58692 /assets/css/azerothcore.css
parentdac5ebd80f19f2760dc940edff7cfeff80a51c32 (diff)
downloadwiki-ca6e9d956e6ee572091d66fcf649ed014a04c438.tar.gz
wiki-ca6e9d956e6ee572091d66fcf649ed014a04c438.tar.bz2
wiki-ca6e9d956e6ee572091d66fcf649ed014a04c438.zip
background color to black
Diffstat (limited to 'assets/css/azerothcore.css')
-rw-r--r--assets/css/azerothcore.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/azerothcore.css b/assets/css/azerothcore.css
index 9f063c0..b4ec0a3 100644
--- a/assets/css/azerothcore.css
+++ b/assets/css/azerothcore.css
@@ -963,7 +963,14 @@ body > .wrapper .pl-12 {
padding-left: 128px!important;
}
-/* https://darkmodejs.learn.uno/#debug */
+/*
+ For dark mode
+ https://darkmodejs.learn.uno/#debug
+*/
.darkmode-layer, .darkmode-toggle {
z-index: 500;
}
+
+body {
+ background-color: #000000;
+}