fix(phase-1): resolve preloader freeze, lock dark mode, perfectly center hamburger & mark complete

This commit is contained in:
2026-05-21 14:02:09 +02:00
parent 5448d3e3c4
commit 548c7605bc
5 changed files with 22 additions and 41 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ $description = $description ?? 'Seasonal recipes, tested tips, and approachable
<!-- Set theme instantly to avoid flash -->
<script>
(function(){
var t = localStorage.getItem('fc-theme') || 'light';
document.documentElement.setAttribute('data-theme', t);
document.documentElement.setAttribute('data-theme', 'dark');
localStorage.setItem('fc-theme', 'dark');
})();
</script>
</head>