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

Codruț Constantin Gușoi
25.13.2021 8384e09033f0fdd00af3c872c6ad097bd63914fa
assets/scss/_base.scss
@@ -47,6 +47,24 @@
  font-weight: 700;
  color: $alt-fg-color;
  margin: 6.4rem 0 3.2rem 0;
  &:hover .heading-link {
    visibility: visible;
  }
  .heading-link {
    color: $link-color;
    font-weight: inherit;
    text-decoration: none;
    font-size: 80%;
    visibility: hidden;
  }
  .title-link {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
  }
}
h1 {