Added a box shadow to the BlurredBackground styles.sass
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
.background
|
.background
|
||||||
height: 100%
|
height: 100%
|
||||||
background-image: url("/background.jpg")
|
background-image: url("/background.jpg")
|
||||||
|
box-shadow: inset 0 0 0 100vmax rgba(0,0,0,.2)
|
||||||
background-position: center
|
background-position: center
|
||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
background-size: cover
|
background-size: cover
|
||||||
|
Reference in New Issue
Block a user