Skip to content

Commit

Permalink
Merge pull request #504 from khurshed07/khurshed07/modify_Navbar
Browse files Browse the repository at this point in the history
Modify_Navbar
  • Loading branch information
Vin205 authored Oct 28, 2024
2 parents c549078 + 68929ba commit c8aba34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/src/components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,20 @@
}
}
.nav-link {
border-radius: 10px;
padding: 6px 9px;
border: 2px solid #6a6060;
display: inline-block;
text-decoration: none;
position: relative;
vertical-align: bottom;
}
.nav-link:hover{
background-color: #039aff;
color: black;
border: 2px solid black;
}


.nav-link::after {
content: '';
Expand Down

0 comments on commit c8aba34

Please sign in to comment.