aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 5d8ff58..68444ae 100644
--- a/styles.css
+++ b/styles.css
@@ -102,6 +102,11 @@ pre.highlight {
a.code-line-anchor {
color: black;
+ text-decoration: none;
+}
+
+a.code-line-anchor:hover {
+ text-decoration: underline;
}