Update 1.js

This commit is contained in:
FURK4NGG
2025-02-24 20:40:36 +03:00
committed by GitHub
parent c79125ab28
commit 3cc535f1e8
-10
View File
@@ -1,13 +1,3 @@
/*CHANGE THEME*/
let metaTheme = document.getElementById("themeMeta");
setTimeout(() => {
if (document.body.classList.contains("darkmode--activated")) {
metaTheme.content = "#100f2c"; // Dark mode theme rengi
} else {
metaTheme.content = "#F8F6E3"; // Light mode theme rengi
}
}, 100);
});
/*SERVICES VISIBILITY*/