From eb6b9d6f450e0c823a18c40ef1792d810e1b697d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:28:37 +0800 Subject: [PATCH] Add files via upload --- web/static/css/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/web/static/css/style.css b/web/static/css/style.css index 8442b61e..8e82a781 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -27983,6 +27983,27 @@ html[data-theme="dark"] .dashboard-empty-action:hover { background: var(--accent-hover); } +html[data-theme="dark"] .dashboard-cta-block { + background: + linear-gradient(90deg, rgba(96, 165, 250, 0.14) 0%, rgba(96, 165, 250, 0.05) 22%, transparent 38%), + linear-gradient(145deg, #111827 0%, #172033 100%); + border-color: rgba(96, 165, 250, 0.22); + box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32), 0 1px 0 rgba(255, 255, 255, 0.04) inset; +} + +html[data-theme="dark"] .dashboard-cta-icon { + background: linear-gradient(135deg, rgba(96, 165, 250, 0.22) 0%, rgba(59, 130, 246, 0.14) 100%); + color: #60a5fa; +} + +html[data-theme="dark"] .dashboard-cta-btn { + box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4); +} + +html[data-theme="dark"] .dashboard-cta-btn:hover { + box-shadow: 0 8px 24px rgba(37, 99, 235, 0.5); +} + /* Chat controls are defined after the generic dark layer, so keep a final override here for role/agent-mode popovers and conversation pagination. */ html[data-theme="dark"] .role-selector-btn,