From fcc4bab2d3d2ff4a159a2c6a837f5185184440bd Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 9 Jun 2024 20:56:47 +0200 Subject: [PATCH] background legibility --- style.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index d674c22..65e6c40 100644 --- a/style.css +++ b/style.css @@ -44,16 +44,14 @@ } .detailRibbon { - background: rgba(32, 32, 32, 0.6); + background: none; } .backdropContainer { filter: - blur(5px) saturate(140%) contrast(120%) brightness(80%); - mask-image: - linear-gradient(180deg, #000, rgba(0, 0, 0, 0.25)); - -webkit-mask-image: - linear-gradient(180deg, #000, rgba(0, 0, 0, 0.25)); + blur(8px) saturate(140%) contrast(120%) brightness(65%); + mask-image: none; + -webkit-mask-image: none; } /* --- Header Padding --- */ @@ -149,7 +147,7 @@ } .button-link { - color: var(--default-blue-1) !important; + color: #fff !important; } .emby-input:focus,