fix(mobile-menu): use persistent store and move x-cloak to base layer for stability
All checks were successful
Deploy Theme / deploy (push) Successful in 13s

This commit is contained in:
2026-02-19 21:03:41 +01:00
parent 265cee9b97
commit ce531399f9
4 changed files with 22 additions and 18 deletions

View File

@@ -48,9 +48,9 @@ html[data-theme='light'] {
--text-tertiary: #7d5e31;
}
[x-cloak] { display: none !important; }
@layer base {
[x-cloak] { display: none !important; }
body {
background-color: var(--bg-primary);
color: var(--text-primary);