Chabge navbar background

This commit is contained in:
LordMathis 2018-06-14 18:23:10 +02:00
parent 16b35974df
commit 2a8b95e050
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
@import "../static/stylesheets/variables.scss";
.navbar {
background-color: $blue;
background: linear-gradient(140deg,rgba(10, 108, 245, 0.6) 20%, rgba(0, 0, 0, 0.9)), url(../static/images/background-cover-converted.jpg) no-repeat center center fixed;
color: $white;
background-position: center;
background-repeat: no-repeat;
text-align: left;
padding: 2px;
}