Update 1.js

This commit is contained in:
FURK4NGG
2025-02-20 19:01:32 +03:00
committed by GitHub
parent 970fa76427
commit 72c45aea1c
+1 -1
View File
@@ -4,7 +4,7 @@ function updateThemeColor() {
if (document.body.classList.contains("darkmode--activated")) {
themeMetaTag.setAttribute("content", "#100f2c"); // Karanlık Mod Rengi
} else {
themeMetaTag.setAttribute("content", "#fff"); // Açık Mod Rengi
themeMetaTag.setAttribute("content", "#000000"); // Açık Mod Rengi
}
}