make icon show on hover

Amolith created

Change summary

_sass/_default.scss | 9 +++++++++
1 file changed, 9 insertions(+)

Detailed changes

_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;