This commit is contained in:
Zan1456
2025-06-08 22:47:25 +02:00
parent 0322b31146
commit 42bfa0912f
4 changed files with 82 additions and 36 deletions

View File

@@ -10,7 +10,7 @@
}
function transformLogoutPage() {
// Get current theme and school ID from cookies
const theme = cookieManager.get('themePreference') || localStorage.getItem('themePreference') || 'light-blue';
const theme = cookieManager.get('themePreference') || localStorage.getItem('themePreference') || 'light-green';
const instituteCode = cookieManager.get('schoolSubdomain');
document.documentElement.setAttribute('data-theme', theme);