fix: dark header background, original logo color

This commit is contained in:
2026-05-04 13:08:24 +00:00
parent 045b21c514
commit 535d71709e
+7 -5
View File
@@ -38,10 +38,8 @@ body {
font-size: clamp(1.1rem, 2.2vw, 1.6rem); font-size: clamp(1.1rem, 2.2vw, 1.6rem);
} }
.header-logo { .header-logo {
height: 28px; height: 32px;
width: auto; width: auto;
opacity: 0.9;
filter: brightness(0) invert(1);
} }
.panel { .panel {
background: var(--card); background: var(--card);
@@ -646,8 +644,7 @@ button {
z-index: 4; z-index: 4;
} }
.dashboard-page .panel, .dashboard-page .panel,
.dashboard-page .tile, .dashboard-page .tile {
.dashboard-page .header {
background: rgba(255, 255, 255, 0.55); background: rgba(255, 255, 255, 0.55);
border: 1px solid rgba(255, 255, 255, 0.45); border: 1px solid rgba(255, 255, 255, 0.45);
backdrop-filter: blur(3px); backdrop-filter: blur(3px);
@@ -752,6 +749,11 @@ button {
background: rgba(255, 255, 255, 0.9) !important; background: rgba(255, 255, 255, 0.9) !important;
border: 1px solid rgba(198, 218, 235, 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 { .dashboard-page .svc-credentials {
background: rgba(220, 238, 252, 0.9) !important; background: rgba(220, 238, 252, 0.9) !important;
border-color: rgba(180, 210, 235, 0.85) !important; border-color: rgba(180, 210, 235, 0.85) !important;