diff options
| -rw-r--r-- | _layouts/azerothcore.html | 6 |
1 files changed, 5 insertions, 1 deletions
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 %} </head> -<body> +<body style="background-color: black;" onload="darkModeSetBodyBg()"> + <!-- dark mode --> + <script> + darkModeSetBodyBg() + </script> <div class="wrapper"> {% include git-wiki/sections/header/header.html %} <div class="git-wiki-page"> |
