diff --git a/JAVASCRIPT/1.js b/JAVASCRIPT/1.js index d70b25e..f657c1b 100644 --- a/JAVASCRIPT/1.js +++ b/JAVASCRIPT/1.js @@ -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);