fix(phase-1): resolve preloader freeze, lock dark mode, perfectly center hamburger & mark complete
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user