Added a box shadow to the BlurredBackground styles.sass

This commit is contained in:
2023-06-09 02:21:15 +02:00
parent e57b2bb663
commit 5288aa22ad

View File

@ -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