From 8d8ca2978cc6706afd0dda1110e2970f36c1ce3c Mon Sep 17 00:00:00 2001 From: posimai Date: Wed, 25 Mar 2026 16:28:06 +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;=20Dn?= =?UTF-8?q?D=20appId=20fix?= 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 b1bbe6f..72e8c45 100644 --- a/index.html +++ b/index.html @@ -446,7 +446,7 @@ right: 20px; width: 48px; height: 48px; border-radius: 50%; - background: var(--accent); color: #0D0D0D; + background: var(--accent); color: var(--bg); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px color-mix(in srgb, var(--accent) 40%, transparent); @@ -521,7 +521,7 @@ } .btn-danger:hover { border-color: #EF4444; background: color-mix(in srgb, #EF4444 10%, transparent); } .btn-primary { - background: var(--accent); color: #0D0D0D; font-size: 13px; font-weight: 600; + background: var(--accent); color: var(--bg); font-size: 13px; font-weight: 600; padding: 8px 18px; border-radius: 8px; border: none; cursor: pointer; transition: opacity .12s; } @@ -590,7 +590,7 @@ /* ── Misc ── */ .skip-link { position: absolute; top: -100%; left: 8px; - background: var(--accent); color: #0D0D0D; + background: var(--accent); color: var(--bg); padding: 8px 16px; border-radius: 8px; font-weight: 600; font-size: 13px; z-index: 10000; text-decoration: none; } @@ -612,7 +612,7 @@