Change Home background

This commit is contained in:
LordMathis 2018-05-16 20:05:25 +02:00
parent 98f2ecfc82
commit e93b002920
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@import "../static/stylesheets/variables.scss"; @import "../static/stylesheets/variables.scss";
#coverPage { #coverPage {
background: linear-gradient(140deg,rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9)), url(../static/images/background-cover.jpg) no-repeat center center fixed; background: linear-gradient(140deg,rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9)), url(../static/images/background-cover-bw.jpg) no-repeat center center fixed;
-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;
background-size: cover; background-size: cover;

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB