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

Codruț Constantin Gușoi
25.13.2021 8384e09033f0fdd00af3c872c6ad097bd63914fa
assets/scss/_base_dark.scss
@@ -14,6 +14,24 @@
  h5,
  h6 {
    color: $alt-fg-color-dark;
    &:hover .heading-link {
      visibility: visible;
    }
    .heading-link {
      color: $link-color-dark;
      font-weight: inherit;
      text-decoration: none;
      font-size: 80%;
      visibility: hidden;
    }
    .title-link {
      color: inherit;
      font-weight: inherit;
      text-decoration: none;
    }
  }
  code {