From 784c565d226261f2a30a84f4eb2def979a4456a2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 13 Aug 2020 07:21:12 -0300 Subject: styles.css: Show underline on code block anchors on hover --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- cgit v1.2.3