Skip to content

Commit

Permalink
Background color changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanzigzan committed Apr 8, 2024
1 parent 0fae8dd commit 6acae16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ nav ul li a {
font-weight: bold;
padding: 10px 20px;
display: block;
background-color: #B8B8B8;
background-color: #808080;
margin: 10px;
transition: transform 0.3s ease;
}
Expand Down Expand Up @@ -120,7 +120,7 @@ main {
flex: 2;
padding: 20px;
border: 1px solid #FF4747;
background-color: #333333;
background-color: #2A2A2A;
border-radius: 15px;
}

Expand Down

0 comments on commit 6acae16

Please sign in to comment.