diff options
Diffstat (limited to '')
-rw-r--r-- | styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -102,6 +102,11 @@ pre.highlight { a.code-line-anchor { color: black; + text-decoration: none; +} + +a.code-line-anchor:hover { + text-decoration: underline; } |