From 76fd2f157159eef28d3c626fbb74c46ac67041d1 Mon Sep 17 00:00:00 2001 From: MiTHRAL Date: Fri, 1 May 2026 03:05:41 -0400 Subject: [PATCH] feat: improved glass header with white highlight, deeper blur, stronger depth --- themepo-elegantfin.css | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/themepo-elegantfin.css b/themepo-elegantfin.css index ab58efd..574f6f5 100644 --- a/themepo-elegantfin.css +++ b/themepo-elegantfin.css @@ -154,19 +154,16 @@ body:has(#itemDetailPage) html::after, .skinHeader-withBackground, .skinHeader-blurred, .skinHeader { - 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; + background: + linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 50%), + linear-gradient(180deg, rgba(56, 189, 248, 0.12) 0%, rgba(8, 9, 12, 0.72) 100%) !important; + backdrop-filter: blur(32px) saturate(2) brightness(1.08) !important; + -webkit-backdrop-filter: blur(32px) saturate(2) brightness(1.08) !important; + border: none !important; + border-bottom: 1px solid rgba(56, 189, 248, 0.22) !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; + 0 1px 0 rgba(255, 255, 255, 0.08) inset, + 0 12px 40px rgba(0, 0, 0, 0.5) !important; } /* Glassmorphism for drawer only */