/* Icon menu SVG colors - inherit from ul classes */
.icon-menu {
  svg {
    stroke: inherit !important;
    fill: inherit !important;
  }
}
