Update navbar background color

This commit is contained in:
Jake Runyan 2024-12-28 15:17:18 -10:00
parent ad704fc2bb
commit efb04c2ae2

View File

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