diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 34f925bcc2963905680705c63461f819f4a58ba2..7e9a1d4214f2f88e0d15df7e60d4bef758c8d075 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -147,3 +147,20 @@ body.reviews.voting-status { .navbar { box-shadow: $box-shadow; } + + + +#hills { + background: url("../images/hills.svg"); + background-size: 100%; + background-position: bottom; + background-repeat: no-repeat; + width: 50%; + height: 100%; + position: absolute; + bottom: 0; + right: 0; + z-index: -9999; + opacity: 0.3; + background-blend-mode: multiply; +}