Update 1.js
This commit is contained in:
+1
-1
@@ -391,7 +391,7 @@ function updateThemeColor() {
|
|||||||
if (darkmode.isActivated()) {
|
if (darkmode.isActivated()) {
|
||||||
themeMetaTag.setAttribute("content", "#000000"); // Dark mode aktifken siyah renk
|
themeMetaTag.setAttribute("content", "#000000"); // Dark mode aktifken siyah renk
|
||||||
} else {
|
} else {
|
||||||
themeMetaTag.setAttribute("content", "#100f2c"); // Açık modda farklı renk
|
themeMetaTag.setAttribute("content", "#000000"); // Açık modda farklı renk
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user