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