Skip to content

Commit

Permalink
Merge pull request #1 from natzmonteiro/natzmonteiro-patch-1
Browse files Browse the repository at this point in the history
 firstcontributions#220 Updated navbar.css
  • Loading branch information
natzmonteiro authored Sep 20, 2022
2 parents 932d5f7 + 1c5fe8b commit 0b1fe0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

.topnav a {
display: inline-block;
color: #f2f2f2;
color: #c1c1c1;
text-align: center;
padding: 20px 15px;
text-decoration: none;
font-size: 20px;
}

.topnav a:hover {
background-color: #ddd;
background-color: #fff;
color: black;
border-radius: 25px;
border: #ddd;
Expand All @@ -38,4 +38,4 @@
vertical-align:middle;
height: 50px;
display: inline-block;
}
}

0 comments on commit 0b1fe0c

Please sign in to comment.