Skip to content

Commit

Permalink
Make anchors always visible in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Sep 1, 2020
1 parent e0068ef commit cc647f8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/sass/_docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,12 @@
h1, h2, h3, h4, h5, h6 {
.zola-anchor {
font-size: 1.25rem;
visibility: hidden;
margin-left: -2rem;
margin-right: 0.75rem;
text-decoration: none;
border-bottom-color: transparent;
cursor: pointer;
}

&:hover {
.zola-anchor {
visibility: visible;
}
}
}

blockquote {
Expand Down

0 comments on commit cc647f8

Please sign in to comment.