Remove headerlink on top-level headline again

This commit is contained in:
squidfunk
2017-01-27 23:37:24 +01:00
parent 82a98ae9d3
commit 9a36dd67b2
3 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@
padding-top: 0.8rem;
// Hide anchor for top-level heading, as it makes no sense
&.headerlink {
.headerlink {
display: none;
}
}