Add files via upload

This commit is contained in:
Kosztyk 2026-01-12 01:36:45 +02:00 committed by GitHub
parent f3a40eadbb
commit 51e4911fd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
} else {
document.documentElement.removeAttribute("data-theme");
}
} catch {
} catch (_e) {
// If localStorage is blocked, just fall back to light theme
document.documentElement.removeAttribute("data-theme");
}