Skip to content

Commit

Permalink
Merge pull request #702 from iamRabia-N/br1
Browse files Browse the repository at this point in the history
Addition of Hover Effect Design on Navbar Options
  • Loading branch information
avinash201199 authored Oct 24, 2023
2 parents 6d2098d + 71a88a0 commit 311e0c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ li {
margin-left: 0.8rem !important;
}

span.material-symbols-outlined:hover {
color: #216fff;
}

@media only screen and (max-width: 540px) {
.search-bar-input {
width: 250px !important;
Expand Down Expand Up @@ -98,4 +102,5 @@ li {
background: #fff;
color: #216fff;
border-radius: 0.7rem;

}

0 comments on commit 311e0c0

Please sign in to comment.