From cfd2636d65d3324cf1b25bd3c2d4253a640ba422 Mon Sep 17 00:00:00 2001 From: Levi Date: Tue, 14 May 2024 14:55:31 +0200 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 79177fe..e8f749a 100644 --- a/style.css +++ b/style.css @@ -37,9 +37,9 @@ .backdropContainer { filter: - blur(5px) saturate(140%) contrast(120%); + blur(5px) saturate(140%) contrast(120%) brightness(80%); mask-image: - linear-gradient(180deg, #000, transparent); + linear-gradient(180deg, #000, rgba(0, 0, 0, 0.25)); -webkit-mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.25)); }