diff options
Diffstat (limited to 'assets/css/azerothcore.css')
| -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; +} |
