working on the colors of the navbars
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user