don't set theme on init

This commit is contained in:
Michael DiLeo
2025-08-16 09:46:59 -05:00
parent 18abe47f5c
commit 9447305dea

View File

@@ -44,7 +44,6 @@
function init() {
if (themeToggle) {
applyTheme();
themeToggle.addEventListener('click', toggleTheme);