Update 1.js

This commit is contained in:
FURK4NGG
2025-02-24 11:09:20 +03:00
committed by GitHub
parent 0d6e53efac
commit 1058d5cd34
+1 -1
View File
@@ -391,7 +391,7 @@ function updateThemeColor() {
if (darkmode.isActivated()) {
themeMetaTag.setAttribute("content", "#000000"); // Dark mode aktifken siyah renk
} else {
themeMetaTag.setAttribute("content", "#100f2c"); // Açık modda farklı renk
themeMetaTag.setAttribute("content", "#000000"); // Açık modda farklı renk
}
}