Update home_en.html

This commit is contained in:
FURK4NGG
2025-01-16 23:45:40 +03:00
committed by GitHub
parent aa38abc1ea
commit c2ed371ed5
-7
View File
@@ -330,13 +330,6 @@
for (var i = 0; i < circles.length; i++) {circles[i].style.display = 'none';}}};
const darkmode = new Darkmode(options);
darkmode.showWidget();
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
// Tarayıcı karanlık moddaysa dark mode'u aktif et
if (!darkmode.isActivated()) {
darkmode.toggle();
}
}
</script>
</body>
</html>