diff options
-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; } |
![]() |
index : euandre.org | |
Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | styles.css | 5 |
@@ -102,6 +102,11 @@ pre.highlight { a.code-line-anchor { color: black; + text-decoration: none; +} + +a.code-line-anchor:hover { + text-decoration: underline; } |