Merge branch 'bootstrap-dark-fixes' into 'master'

[FIX] Re-add the dark bootstrap html tag

See merge request allianceauth/allianceauth!1651
This commit is contained in:
Ariel Rin 2024-10-04 12:03:25 +00:00
commit ec7472fe22

View File

@ -45,7 +45,7 @@ class BootstrapDarkThemeHook(ThemeHook):
self, self,
"Bootstrap Dark", "Bootstrap Dark",
"Powerful, extensible, and feature-packed frontend toolkit.", "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, css=CSS_STATICS,
js=JS_STATICS, js=JS_STATICS,
header_padding="3.5em" header_padding="3.5em"