diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 711d7374e..3104a59a2 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -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; }