diff -r f7e5d47d15ad -r 20eed1382726 templates/style.css --- a/templates/style.css Thu Nov 07 14:17:27 2019 +0100 +++ b/templates/style.css Fri Nov 08 19:56:51 2019 +0100 @@ -27,7 +27,19 @@ } a.anchor { - color: #eee; + color: transparent; + text-shadow: 0 0 0 #eee; + text-decoration: none; + font-family: sans-serif; + font-weight: normal; + font-size: medium; + width: 0px; + height: 0px; + display: inline-block; +} + +h2:hover > a.anchor, li:hover > a.anchor { + text-shadow: 0 0 0 #999; text-decoration: none; }