diff --git a/CSS/Block/header.css b/CSS/Block/header.css index bdbd49f..e8e4318 100644 --- a/CSS/Block/header.css +++ b/CSS/Block/header.css @@ -3,6 +3,7 @@ header { top: 0px; left: 0px; width: 100%; + background-color: var(--brand-background); } nav { diff --git a/Views/Welcome/showWelcome.phtml b/Views/Welcome/showWelcome.phtml index 9a9a277..5df5196 100644 --- a/Views/Welcome/showWelcome.phtml +++ b/Views/Welcome/showWelcome.phtml @@ -106,7 +106,7 @@ $location = $_GET['location'] ?? '';