hide anchors in headers

This commit is contained in:
Morris Jobke 2016-07-10 10:50:10 +02:00
parent 977dbeef41
commit 4b51bf2bed
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A

View File

@ -1075,4 +1075,14 @@ img.desaturate {
.youtube i:hover {
color: #CC181E;
}
}
h1:hover a.headerlink,
h2:hover a.headerlink,
h3:hover a.headerlink,
h4:hover a.headerlink {
display: inline;
}
a.headerlink {
display: none;
}