From 94b528d7260f9ea206372da2ad14dcd655bc854f Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Thu, 12 Oct 2023 14:38:54 +0200 Subject: [PATCH] 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. --- assets/scss/base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/scss/base.scss b/assets/scss/base.scss index f362c23..6b772ed 100644 --- a/assets/scss/base.scss +++ b/assets/scss/base.scss @@ -26,6 +26,7 @@ body { nav { background-color: $black; + color: $orange ul { display: flex;