make icon show on hover

This commit is contained in:
Amolith 2019-06-04 14:59:13 -04:00
parent 363de06215
commit c7e9d9cd67
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
1 changed files with 9 additions and 0 deletions

View File

@ -89,6 +89,15 @@ a {
.content {
margin-top: -20px;
}
.content h1:hover .headerlink {
display: block;
}
.content h2:hover .headerlink {
display: block;
}
.content h3:hover .headerlink {
display: block;
}
.content .headerlink {
display: none;
float: left;