We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ccaf4 commit 59b7e37Copy full SHA for 59b7e37
1 file changed
src/components/common/BasicScripts.astro
@@ -70,7 +70,7 @@ import { UI } from 'astrowind:config';
70
}
71
72
Observer.removeAnimationDelay();
73
-
+
74
document.documentElement.classList.toggle('dark');
75
localStorage.theme = document.documentElement.classList.contains('dark') ? 'dark' : 'light';
76
});
@@ -262,7 +262,7 @@ import { UI } from 'astrowind:config';
262
el.style.transitionDelay = '';
263
el.style.animationDelay = '';
264
265
- });
+ });
266
},
267
};
268
0 commit comments