Add styling to heading anchors

This commit is contained in:
Philipp Oppermann
2017-05-03 18:33:40 +02:00
parent c5622c864e
commit c4f9b28b41

View File

@@ -200,3 +200,17 @@ aside#recent-updates time {
a code { a code {
color: #268bd2; color: #268bd2;
} }
a.anchor {
opacity: 0;
position: absolute;
margin-left: -1.5em;
padding-right: 1em;
font-size: 0.6em;
vertical-align: baseline;
line-height: 2em;
}
:hover>a.anchor {
opacity: 1;
}