Update 1.js
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ function updateThemeColor() {
|
|||||||
if (document.body.classList.contains("darkmode--activated")) {
|
if (document.body.classList.contains("darkmode--activated")) {
|
||||||
themeMetaTag.setAttribute("content", "#fff"); // Karanlık Mod Rengi
|
themeMetaTag.setAttribute("content", "#fff"); // Karanlık Mod Rengi
|
||||||
} else {
|
} else {
|
||||||
themeMetaTag.setAttribute("content", "#100f2c"); // Açık Mod Rengi
|
themeMetaTag.setAttribute("content", "#fff"); // Açık Mod Rengi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user