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 */ }