Change navbar color

This commit is contained in:
LordMathis 2019-10-08 22:31:04 +02:00
parent c3b641bb80
commit 6aabe1d753
No known key found for this signature in database
GPG Key ID: 575849FD91CE470C
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -4,4 +4,5 @@ $white: #fdfdfd;
$black: #2f2f2f;
$blue: #144A98;
$grey: #A9A9A9;
$topbar: #1B4367;
$break-large: 992px;