add anchor icon to heading anchors

This commit is contained in:
Sophia Brandt
2020-01-17 13:11:41 +01:00
parent 48233660d8
commit 3aeb73a422
9 changed files with 29 additions and 261 deletions

View File

@ -98,3 +98,13 @@
}
}
}
.hanchor {
font-size: 100%;
visibility: hidden;
color:silver;
}
h1:hover a, h2:hover a, h3:hover a, h4:hover a {
visibility: visible;
}