From 4ea0d7da8175dccd73a37f8f1b137929a253baa1 Mon Sep 17 00:00:00 2001 From: posimai Date: Wed, 25 Mar 2026 16:28:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20accent=20button=20text=20color=20?= =?UTF-8?q?=E2=80=94=20#0D0D0D=20to=20var(--bg)=20for=20light=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e4cac1b..7af7ac4 100644 --- a/index.html +++ b/index.html @@ -126,7 +126,7 @@ } .cat-btn.active { background: var(--accent); - color: #0D0D0D; + color: var(--bg); border-color: var(--accent); font-weight: 600; } @@ -409,7 +409,7 @@ padding: 10px; margin-top: 8px; background: var(--accent); - color: #0D0D0D; + color: var(--bg); border: none; border-radius: 8px; font-family: inherit; @@ -587,7 +587,7 @@ width: 100%; padding: 12px; background: var(--accent); - color: #0D0D0D; + color: var(--bg); border: none; border-radius: 8px; font-family: inherit; @@ -612,7 +612,7 @@