From 58ea04e3b0524b339cc6b469c4d4c5128cb99df4 Mon Sep 17 00:00:00 2001 From: Ole Mussmann Date: Sun, 2 Feb 2025 18:17:24 +0100 Subject: fix disappearing header links --- assets/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index c25d741..c454443 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -38,7 +38,7 @@ h6 { } .heading { - a { + .anchor { text-decoration: none; font-weight: normal; color: var(--content-secondary); @@ -47,7 +47,7 @@ h6 { font-family: var(--font-mono); } - &:hover a { + &:hover .anchor { visibility: visible; } } @@ -576,4 +576,4 @@ blockquote { blockquote p { margin-left: 1rem; margin-right: 1rem; -} \ No newline at end of file +} -- cgit v1.2.3