lib/fdoc/templates/styles.css in fdoc-0.2.1 vs lib/fdoc/templates/styles.css in fdoc-0.2.2
- old
+ new
@@ -27,9 +27,21 @@
h1, h2, h3 { font-weight: 200; }
a { text-decoration: none; color: #66f; }
a:hover, a:active { text-decoration: underline; }
+a.anchor { color: inherit; }
+a.anchor:hover, a.anchor:active { text-decoration: none;}
+a.anchor:hover::before, a.anchor.active::before {
+ background: white;
+ display: inline-block;
+ position: absolute;
+ content: '\0261E';
+ font-size: 120%;
+ font-weight: bold;
+ margin-left: -1.2em;
+}
+
ul {
list-style: square;
}
ul, ol, dl {