diff --git a/src/components/Navbar.scss b/src/components/Navbar.scss index 97deb6a..80b8ade 100644 --- a/src/components/Navbar.scss +++ b/src/components/Navbar.scss @@ -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; diff --git a/src/static/stylesheets/variables.scss b/src/static/stylesheets/variables.scss index 6eb5913..fefed8a 100644 --- a/src/static/stylesheets/variables.scss +++ b/src/static/stylesheets/variables.scss @@ -4,4 +4,5 @@ $white: #fdfdfd; $black: #2f2f2f; $blue: #144A98; $grey: #A9A9A9; +$topbar: #1B4367; $break-large: 992px;