From 535d71709eaf07f59b252e7104409d7caf3215a8 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 4 May 2026 13:08:24 +0000 Subject: [PATCH] fix: dark header background, original logo color --- app/static/style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index f2b1562..fbb002f 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -38,10 +38,8 @@ body { font-size: clamp(1.1rem, 2.2vw, 1.6rem); } .header-logo { - height: 28px; + height: 32px; width: auto; - opacity: 0.9; - filter: brightness(0) invert(1); } .panel { background: var(--card); @@ -646,8 +644,7 @@ button { z-index: 4; } .dashboard-page .panel, -.dashboard-page .tile, -.dashboard-page .header { +.dashboard-page .tile { background: rgba(255, 255, 255, 0.55); border: 1px solid rgba(255, 255, 255, 0.45); backdrop-filter: blur(3px); @@ -752,6 +749,11 @@ button { background: rgba(255, 255, 255, 0.9) !important; border: 1px solid rgba(198, 218, 235, 0.9) !important; } +.dashboard-page .header { + background: rgba(10, 25, 41, 0.92) !important; + backdrop-filter: blur(8px) !important; + border-bottom: 1px solid rgba(255,255,255,0.08) !important; +} .dashboard-page .svc-credentials { background: rgba(220, 238, 252, 0.9) !important; border-color: rgba(180, 210, 235, 0.85) !important;