From 973683143a1ba7347fe99cf7ee018064bc890cc8 Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Wed, 16 Apr 2025 11:06:59 -0300
Subject: src/content/style.css: Show header on hover only

---
 src/content/style.css | 5 +++++
 1 file changed, 5 insertions(+)

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;
 }
 
 
-- 
cgit v1.2.3