From 5288aa22ad218f5146877223b4ac292fd4f7f4f3 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 9 Jun 2023 02:21:15 +0200 Subject: [PATCH] Added a box shadow to the BlurredBackground styles.sass --- webui/src/common/components/BlurredBackground/styles.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/src/common/components/BlurredBackground/styles.sass b/webui/src/common/components/BlurredBackground/styles.sass index 1dafb94..bfa4923 100644 --- a/webui/src/common/components/BlurredBackground/styles.sass +++ b/webui/src/common/components/BlurredBackground/styles.sass @@ -1,6 +1,7 @@ .background height: 100% background-image: url("/background.jpg") + box-shadow: inset 0 0 0 100vmax rgba(0,0,0,.2) background-position: center background-repeat: no-repeat background-size: cover