diff --git a/JAVASCRIPT/1.js b/JAVASCRIPT/1.js index 961b4a2..d7df520 100644 --- a/JAVASCRIPT/1.js +++ b/JAVASCRIPT/1.js @@ -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 } }