Fix menu styles

This commit is contained in:
decabeza
2020-01-18 11:10:11 +01:00
parent 58071fd66b
commit d163dee242

View File

@@ -650,6 +650,14 @@ header {
.dropdown.menu > li {
a {
background: none;
}
&.is-active > a {
color: #fff;
}
&.is-dropdown-submenu-parent > a::after {
border-color: #fff transparent transparent;
}