Fix format
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled

This commit is contained in:
prototypa
2025-08-19 00:00:01 -04:00
parent 87ccaf47b4
commit 59b7e373d8

View File

@@ -70,7 +70,7 @@ import { UI } from 'astrowind:config';
}
Observer.removeAnimationDelay();
document.documentElement.classList.toggle('dark');
localStorage.theme = document.documentElement.classList.contains('dark') ? 'dark' : 'light';
});
@@ -262,7 +262,7 @@ import { UI } from 'astrowind:config';
el.style.transitionDelay = '';
el.style.animationDelay = '';
}
});
});
},
};