]> git.0d.be Git - chloro.git/blobdiff - chloro/rdio/static/css/style.scss
add anchor links on titles
[chloro.git] / chloro / rdio / static / css / style.scss
index 313fd4b9bce19ea92d4cf4c6013cff4c5012fd5a..c022eceec2b0624fbd593d156db23c31b53c3de4 100644 (file)
@@ -321,3 +321,20 @@ input#image-upload, input#document-upload {
                }
        }
 }
                }
        }
 }
+
+.wiki-anchor {
+       display: none;
+}
+
+article h2:hover {
+       .wiki-anchor {
+               display: inline-block;
+               box-shadow: none;
+               border: none;
+               opacity: 0.8;
+               padding-left: 0.5rem;
+               &:hover {
+                       opacity: 1;
+               }
+       }
+}