Update 1.js

This commit is contained in:
FURK4NGG
2025-02-20 18:52:53 +03:00
committed by GitHub
parent 32926be8e8
commit 970fa76427
-3
View File
@@ -8,9 +8,6 @@ function updateThemeColor() {
}
}
// Dark mode butonu oluştur ve çalıştır
const darkmode = new Darkmode(options);
darkmode.showWidget();
// Dark mode değiştiğinde theme color'ı güncelle
document.addEventListener("DOMContentLoaded", updateThemeColor);