mirror of https://github.com/luizdepra/hugo-coder.git

Clément Pannetier
11.51.2020 be7b79af623f89574480e7a84a76126d6110ad45
assets/scss/_navigation_dark.scss
@@ -25,18 +25,16 @@
    }
    #menu-toggle {
      @media only screen and (max-width : 768px) {
        &:checked + label {
        &:checked + label > i {
          color: $alt-bg-color-dark;
        }
      }
    }
    .menu-button {
      @media only screen and (max-width : 768px) {
        color: $fg-color-dark;
        &:hover,
        &:focus {
          color: $link-color-dark;
        }
    i {
      color: $fg-color-dark;
      &:hover,
      &:focus {
        color: $link-color-dark;
      }
    }
  }