mobile navbar background

back to top buttoncolor
This commit is contained in:
lukas-heiligenbrunner 2020-03-25 22:13:15 +01:00
parent 6c3fecaf68
commit e9c6b09688

View File

@ -35,7 +35,7 @@ h1{
margin-bottom: 40px; margin-bottom: 40px;
margin-right: 60px; margin-right: 60px;
background-color: #311E25; background-color: #194378;
opacity: 0.5; opacity: 0.5;
transition: opacity 500ms; transition: opacity 500ms;
color: white; color: white;
@ -65,7 +65,7 @@ h1{
@media screen and (max-width: 1200px) { @media screen and (max-width: 1200px) {
/*background color of collapsed navbar*/ /*background color of collapsed navbar*/
.navbar-nav { .navbar-nav {
background: #311E25; background: #001631;
} }
#backtotopbutton { #backtotopbutton {