Skip to content

Commit

Permalink
Fixeed text colour in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi committed Jul 1, 2024
1 parent fac6d98 commit 81c3ee7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/components/header/nav/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,22 @@ nav .all_menu li {
font-weight: bold;
color: #191717;
}

@media (max-width:768px) {
.dropdown_menu ul li button a {
color: black;

}
.nav nav .dropdown_menu li button a {
color: black;

}
.dropdown_menu ul li button a:hover {
color: #3bb77e;

}
.nav nav .dropdown_menu li button a:hover {
color: #3bb77e !important;

}
}

0 comments on commit 81c3ee7

Please sign in to comment.