From ebc8959f4cbfe3caaed30e54cacf8c1884d4b9c9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 30 May 2026 14:32:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9A=97=E8=89=B2=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E8=83=8C=E6=99=AF=E8=89=B2=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20#1E293B=20=E2=86=92=20#0F172A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 全局 inputbox 在 dark 主题下使用更深的背景色,与页面主色调协调 --- bricks/css/bricks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/css/bricks.css b/bricks/css/bricks.css index 877a9db..2e87679 100755 --- a/bricks/css/bricks.css +++ b/bricks/css/bricks.css @@ -698,7 +698,7 @@ hr { } [data-theme="dark"] .inputbox { - background-color: #1E293B; + background-color: #0F172A; color: #E2E8F0; border: 1px solid #475569; }