Update 1.js

This commit is contained in:
FURK4NGG
2025-02-20 20:05:54 +03:00
committed by GitHub
parent f8b6e9d6da
commit b1709687e1
+1 -1
View File
@@ -391,7 +391,7 @@ function updateThemeColor() {
if (document.body.classList.contains("darkmode--activated")) { if (document.body.classList.contains("darkmode--activated")) {
themeMetaTag.setAttribute("content", "#100f2c"); // Karanlık Mod Rengi themeMetaTag.setAttribute("content", "#100f2c"); // Karanlık Mod Rengi
} else { } else {
themeMetaTag.setAttribute("content", "#ffffff"); // Açık Mod Rengi themeMetaTag.setAttribute("content", "#000000"); // Açık Mod Rengi
} }
} }