From 1058d5cd34e17e29dfb3d3850475962a0fb3f4d6 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:09:20 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }