Chabge navbar background
This commit is contained in:
parent
16b35974df
commit
2a8b95e050
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue