Make anchors always visible in docs
This commit is contained in:
parent
e0068ef116
commit
cc647f8971
|
@ -47,19 +47,12 @@
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
.zola-anchor {
|
.zola-anchor {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
visibility: hidden;
|
|
||||||
margin-left: -2rem;
|
margin-left: -2rem;
|
||||||
margin-right: 0.75rem;
|
margin-right: 0.75rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
|
||||||
.zola-anchor {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in a new issue