data-is-dark

This commit is contained in:
Yuri Kuznetsov
2025-09-09 10:23:28 +03:00
parent 85946dbbed
commit afa16365f2

View File

@@ -118,6 +118,8 @@ class MasterSiteView extends View {
body.dataset[param] = this.getThemeManager().getParam(param);
}
body.dataset.isDark = this.getThemeManager().getParam('isDark') ?? false;
const footerView = this.getView('footer');
if (footerView) {