From dac5ebd80f19f2760dc940edff7cfeff80a51c32 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 15 Nov 2021 18:22:23 +0100 Subject: Update azerothcore.css --- assets/css/azerothcore.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets/css') diff --git a/assets/css/azerothcore.css b/assets/css/azerothcore.css index 5c34483..9f063c0 100644 --- a/assets/css/azerothcore.css +++ b/assets/css/azerothcore.css @@ -962,3 +962,8 @@ body > .wrapper .pl-11 { body > .wrapper .pl-12 { padding-left: 128px!important; } + +/* https://darkmodejs.learn.uno/#debug */ +.darkmode-layer, .darkmode-toggle { + z-index: 500; +} -- cgit