fix color inconsistency in header menu
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9702a3319c
commit
ea66f97385
@ -246,6 +246,11 @@ body {
|
|||||||
|
|
||||||
.menu .has-submenu {
|
.menu .has-submenu {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu .has-submenu:hover {
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu .has-submenu:hover .submenu {
|
.menu .has-submenu:hover .submenu {
|
||||||
|
Loading…
Reference in New Issue
Block a user