diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-11-15 20:18:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 20:18:08 +0100 |
| commit | ca6e9d956e6ee572091d66fcf649ed014a04c438 (patch) | |
| tree | 25c51c5b85b77e847976c6f6c19e47762ab58692 /assets | |
| parent | dac5ebd80f19f2760dc940edff7cfeff80a51c32 (diff) | |
| download | wiki-ca6e9d956e6ee572091d66fcf649ed014a04c438.tar.gz wiki-ca6e9d956e6ee572091d66fcf649ed014a04c438.tar.bz2 wiki-ca6e9d956e6ee572091d66fcf649ed014a04c438.zip | |
background color to black
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/azerothcore.css | 9 |
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; +} |
