v1.0.4: 테마 경고 수정과 기본 다크모드 적용

Made-with: Cursor
This commit is contained in:
2026-04-27 18:09:10 +09:00
parent 319f30d6c5
commit a4cb6e4618
12 changed files with 36 additions and 17 deletions

View File

@@ -11,6 +11,8 @@
var savedTheme = localStorage.getItem(storageKey);
if (savedTheme) {
setTheme(savedTheme);
} else {
setTheme("dark");
}
document.querySelectorAll("[data-theme-toggle]").forEach(function (button) {