_sass/_default.scss 🔗
@@ -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;