Skip to content

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 21, 2024
1 parent 3024444 commit cc738d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ h1 {

/* NavBar */
.active{
background-color: #1d4ed8;
background-color: #cccccc;
}

nav {
Expand Down Expand Up @@ -81,6 +81,7 @@ nav .menu {
right: 0.5rem;
flex-direction: column;
justify-content: space-between;
border-radius: 30px;
width: 2.25rem;
height: 2rem;
}
Expand Down

0 comments on commit cc738d5

Please sign in to comment.