From b22123bdfc46770e0ba965fdd3a847c8b9aa3654 Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 26 Jul 2026 13:51:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=A8=E8=B7=8C=E9=85=8D=E8=89=B2=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA=E7=BA=A2=E6=B6=A8=E7=BB=BF=E8=B7=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- ft-app/app/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ft-app/app/templates/base.html b/ft-app/app/templates/base.html index 3616294..830ae5e 100644 --- a/ft-app/app/templates/base.html +++ b/ft-app/app/templates/base.html @@ -11,8 +11,8 @@ --bg: #f8fafc; --surface: #fff; --fg: #1e293b; --sub: #64748b; --border: #e2e8f0; --accent: #3b82f6; --accent-light: #eff6ff; --th-bg: #f1f5f9; --th-fg: #475569; - --danger: #ef4444; --danger-bg: #fef2f2; --danger-fg: #dc2626; - --success: #10b981; --success-bg: #ecfdf5; --success-fg: #059669; + --danger: #10b981; --danger-bg: #ecfdf5; --danger-fg: #059669; + --success: #ef4444; --success-bg: #fef2f2; --success-fg: #dc2626; --warn: #f59e0b; --warn-bg: #fffbeb; --warn-fg: #d97706; --na: #94a3b8; --sidebar-w: 220px; --header-h: 56px; @@ -21,8 +21,8 @@ --bg: #0f172a; --surface: #1e293b; --fg: #e2e8f0; --sub: #94a3b8; --border: #334155; --accent: #60a5fa; --accent-light: #1e3a5f; --th-bg: #1e293b; --th-fg: #cbd5e1; - --danger: #f87171; --danger-bg: #3b1515; --danger-fg: #fca5a5; - --success: #34d399; --success-bg: #0a1f17; --success-fg: #6ee7b7; + --danger: #34d399; --danger-bg: #0a1f17; --danger-fg: #6ee7b7; + --success: #f87171; --success-bg: #3b1515; --success-fg: #fca5a5; --warn: #fbbf24; --warn-bg: #2d2110; --warn-fg: #fcd34d; --na: #64748b; }