From c4a132fc97bf8353bfc48670722a13ad73a40ca9 Mon Sep 17 00:00:00 2001 From: Levi Date: Tue, 14 May 2024 14:53:49 +0200 Subject: [PATCH] Update style.css --- style.css | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index eb6bbd6..79177fe 100644 --- a/style.css +++ b/style.css @@ -17,20 +17,31 @@ /* --- Backdrop & Header --- */ -.backgroundContainer.withBackdrop { - background-color: rgba(0, 0, 0, 0.55) !important; +.mainAnimatedPage { + height: 100%; + position: relative; } -.skinHeader-withBackground { - background-color: rgba(0, 0, 0, 0.7) !important; +.backgroundContainer.withBackdrop { + background-color: transparent !important; +} + +.skinHeader { + background: transparent !important; + position: static; } .detailRibbon { - background: rgba(32, 32, 32, 0.6); + background: rgba(32, 32, 32, 0.6); } .backdropContainer { - filter: blur(5px) saturate(150%) !important; + filter: + blur(5px) saturate(140%) contrast(120%); + mask-image: + linear-gradient(180deg, #000, transparent); + -webkit-mask-image: + linear-gradient(180deg, #000, rgba(0, 0, 0, 0.25)); } /* --- Colors --- */