Add header links

This commit is contained in:
Will Faught
2022-12-11 04:26:58 -08:00
parent da47e03ea9
commit a90d3c7061
3 changed files with 11 additions and 1 deletions

View File

@@ -12,4 +12,13 @@
blockquote p:last-of-type {
margin-bottom: 0;
}
.headerlink {
display: none;
margin-left: 0.25rem;
}
h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink {
display: inline;
}
</style>