Update nav background color and add text color in base.scss

The commit updates the background color of the navigation bar and adds a new text color in the base.scss file.
This commit is contained in:
Jeroen De Meerleer 2023-10-12 14:38:54 +02:00
parent 55788ecbb0
commit 94b528d726
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ body {
nav {
background-color: $black;
color: $orange
ul {
display: flex;