fix color inconsistency in header menu

This commit is contained in:
Aadil Ayub 2022-04-06 12:22:10 +05:00
parent 9702a3319c
commit ea66f97385
1 changed files with 5 additions and 0 deletions

View File

@ -246,6 +246,11 @@ body {
.menu .has-submenu {
cursor: pointer;
color: #333333;
}
.menu .has-submenu:hover {
color: black;
}
.menu .has-submenu:hover .submenu {