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

Joseph Ting
21.37.2018 bab77656bb6faeff9727d05ec7bd7a038ec244b6
assets/scss/_navigation_inverted.scss
@@ -12,19 +12,19 @@
      }
    }
    .navigation-list {
      @media only screen and (max-device-width : 768px) {
      @media only screen and (max-width : 768px) {
        background-color: $bg-color-inverted;
        border-top: solid 2px $alt-bg-color-inverted;
        border-bottom: solid 2px $alt-bg-color-inverted;
      }
      .menu-separator {
        @media only screen and (max-device-width : 768px) {
        @media only screen and (max-width : 768px) {
          border-top: 2px solid $fg-color-inverted;
        }
      }
    }
    #menu-toggle {
      @media only screen and (max-device-width : 768px) {
      @media only screen and (max-width : 768px) {
        &:checked + label {
          color: $alt-bg-color-inverted;
        }
@@ -32,7 +32,7 @@
    }
    .menu-button {
      display: none;
      @media only screen and (max-device-width : 768px) {
      @media only screen and (max-width : 768px) {
        color: $fg-color-inverted;
        &:hover,
        &:focus {
@@ -42,4 +42,4 @@
    }
  }
}
}