From efb04c2ae2fbe3e48b39298d57fe16ab5ba5158c Mon Sep 17 00:00:00 2001 From: Jake Runyan Date: Sat, 28 Dec 2024 15:17:18 -1000 Subject: [PATCH] Update navbar background color --- src/components/Navbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.css b/src/components/Navbar.css index ef61ec6..fc958c5 100644 --- a/src/components/Navbar.css +++ b/src/components/Navbar.css @@ -2,7 +2,7 @@ display: flex; justify-content: space-between; /* Space between logo, title, and icons */ align-items: center; /* Center items vertically */ - background-color: #240606; /* Background color of the navbar */ + background-color: #0b0b0b; /* Background color of the navbar */ padding: 10px 20px; /* Padding for the navbar */ }