summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/content/style.css b/src/content/style.css
index 42ab9e4..e3b79b5 100644
--- a/src/content/style.css
+++ b/src/content/style.css
@@ -163,6 +163,11 @@ a.anchor {
background: transparent url(img/link/light.svg) center right no-repeat;
padding-right: 22px;
margin-left: 10px;
+ visibility: hidden;
+}
+
+h2:hover a.anchor {
+ visibility: visible;
}