From a5fe467bb58e430d38bcad0cb9edecc654e53c9c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 16 Nov 2021 10:36:04 +0100 Subject: fix: dark-mode on body --- _layouts/azerothcore.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html index 034f14a..17f428c 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -25,7 +25,11 @@ {% endif %} - + + +
{% include git-wiki/sections/header/header.html %}
-- cgit