From e9c6b096884f694bca6772f935e7deb1a84dfff3 Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Wed, 25 Mar 2020 22:13:15 +0100 Subject: [PATCH] mobile navbar background back to top buttoncolor --- css/general.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/general.css b/css/general.css index a142b64..546c916 100644 --- a/css/general.css +++ b/css/general.css @@ -35,7 +35,7 @@ h1{ margin-bottom: 40px; margin-right: 60px; - background-color: #311E25; + background-color: #194378; opacity: 0.5; transition: opacity 500ms; color: white; @@ -65,7 +65,7 @@ h1{ @media screen and (max-width: 1200px) { /*background color of collapsed navbar*/ .navbar-nav { - background: #311E25; + background: #001631; } #backtotopbutton {