working on the colors of the navbars

This commit is contained in:
Matthias Puchstein
2025-07-03 12:11:13 +02:00
parent e6dc87f212
commit a2293be828
2 changed files with 9 additions and 15 deletions

View File

@@ -3,12 +3,12 @@ nav {
display: flex;
justify-content: center;
gap: 2rem;
background-color: #6D5CC4;
background-color: darkviolet;
padding: 1rem 0;
}
nav a {
color: #4b5563;
color: whitesmoke;
text-decoration: none;
font-weight: 500;
}