From 660fe79d08397844340882ed0fd7b8d551328326 Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Tue, 17 Sep 2024 21:24:01 +0800 Subject: [PATCH] re-add the dark bootstrap html tag --- allianceauth/theme/bootstrap/auth_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/theme/bootstrap/auth_hooks.py b/allianceauth/theme/bootstrap/auth_hooks.py index 72fe265a..887a6220 100644 --- a/allianceauth/theme/bootstrap/auth_hooks.py +++ b/allianceauth/theme/bootstrap/auth_hooks.py @@ -45,7 +45,7 @@ class BootstrapDarkThemeHook(ThemeHook): self, "Bootstrap Dark", "Powerful, extensible, and feature-packed frontend toolkit.", - html_tags={"data-theme": "bootstrap-dark"}, + html_tags={"data-theme": "bootstrap-dark", "data-bs-theme":"dark"}, css=CSS_STATICS, js=JS_STATICS, header_padding="3.5em"