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 @@
-