From fae912b79c1cf72edda9bfea5cb0560fc11c2a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:01:33 +0800 Subject: [PATCH] Add files via upload --- web/static/css/style.css | 14 +++----------- web/templates/index.html | 1 - 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/web/static/css/style.css b/web/static/css/style.css index 01586233..fc1c181c 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -8409,7 +8409,9 @@ header { position: relative; margin-top: 24px; padding: 24px 28px; - background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(241,245,249,0.95) 50%, rgba(226,232,240,0.4) 100%); + background: + linear-gradient(90deg, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0.04) 22%, transparent 38%), + linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(241,245,249,0.95) 50%, rgba(226,232,240,0.4) 100%); border: 1px solid rgba(2, 132, 199, 0.12); border-radius: 16px; display: flex; @@ -8421,16 +8423,6 @@ header { overflow: hidden; } -.dashboard-cta-accent { - position: absolute; - left: 0; - top: 0; - bottom: 0; - width: 4px; - background: linear-gradient(180deg, #0ea5e9 0%, #0284c7 50%, #0369a1 100%); - border-radius: 16px 0 0 16px; -} - .dashboard-cta-content { display: flex; align-items: center; diff --git a/web/templates/index.html b/web/templates/index.html index 1f43194b..bea971dd 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -281,7 +281,6 @@