diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -80,3 +80,16 @@ section.post-footer, div.footnotes { height: 22px; vertical-align: middle; } + +a.header-anchor { + color: black; + text-decoration: none; +} + +a.header-anchor img { + visibility: hidden; +} + +a.header-anchor:hover img { + visibility: visible; +} |