From 4e011b288033c5833c20083037084e51a69f3f95 Mon Sep 17 00:00:00 2001 From: MiTHRAL Date: Fri, 1 May 2026 03:04:42 -0400 Subject: [PATCH] feat: frutiger aero glassmorphism header with arcane-blue tint --- themepo-elegantfin.css | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/themepo-elegantfin.css b/themepo-elegantfin.css index 1157c53..ab58efd 100644 --- a/themepo-elegantfin.css +++ b/themepo-elegantfin.css @@ -150,15 +150,23 @@ body:has(#itemDetailPage) html::after, background: var(--arcane-blue) !important; } -/* Header matches background color */ +/* Frutiger Aero glassmorphism header */ .skinHeader-withBackground, .skinHeader-blurred, .skinHeader { - background: var(--obsidian) !important; - backdrop-filter: none !important; - -webkit-backdrop-filter: none !important; - box-shadow: none !important; - border-color: var(--obsidian) !important; + background: linear-gradient( + 180deg, + rgba(56, 189, 248, 0.08) 0%, + rgba(8, 9, 12, 0.45) 100% + ) !important; + backdrop-filter: blur(20px) saturate(1.6) !important; + -webkit-backdrop-filter: blur(20px) saturate(1.6) !important; + border-width: 0 0 1px 0 !important; + border-style: solid !important; + border-color: rgba(56, 189, 248, 0.15) !important; + box-shadow: + 0 1px 0 0 rgba(255, 255, 255, 0.04) inset, + 0 4px 24px 0 rgba(0, 0, 0, 0.3) !important; } /* Glassmorphism for drawer only */