From ca6e9d956e6ee572091d66fcf649ed014a04c438 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 15 Nov 2021 20:18:08 +0100 Subject: background color to black --- assets/css/azerothcore.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'assets/css/azerothcore.css') 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; +} -- cgit