Change navbar color
This commit is contained in:
parent
c3b641bb80
commit
6aabe1d753
|
@ -1,7 +1,7 @@
|
|||
@import "../static/stylesheets/variables.scss";
|
||||
|
||||
.navbar {
|
||||
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;
|
||||
background-color: #1B4367;
|
||||
color: $white;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
@ -4,4 +4,5 @@ $white: #fdfdfd;
|
|||
$black: #2f2f2f;
|
||||
$blue: #144A98;
|
||||
$grey: #A9A9A9;
|
||||
$topbar: #1B4367;
|
||||
$break-large: 992px;
|
||||
|
|
Loading…
Reference in New Issue