Added anchor headings

This commit is contained in:
Silvio Giebl
2019-05-04 22:22:56 +02:00
parent f4ee29d0c3
commit 03e2345833
5 changed files with 119 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
a.anchor_heading {
visibility: hidden;
}
h1:hover > a.anchor_heading,
h2:hover > a.anchor_heading,
h3:hover > a.anchor_heading,
h4:hover > a.anchor_heading,
h5:hover > a.anchor_heading,
h6:hover > a.anchor_heading {
visibility: visible;
}