From d8620e24dcb42e4dbd3c6d20dca86926106326fa Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Fri, 19 Jun 2026 13:36:23 +0200 Subject: [PATCH] fix: WCAG hover heading anchors --- static/css/in.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/in.css b/static/css/in.css index 1ae3c995..80d61684 100644 --- a/static/css/in.css +++ b/static/css/in.css @@ -72,7 +72,7 @@ /*Hide heading anchor links unless hovering over them*/ .headerlink { /*@apply no-underline text-rp-dawn-love ml-1 md:ml-2 hover:no-underline;*/ - @apply no-underline text-rp-dawn-love ml-1 md:ml-2 hover:no-underline opacity-0 transition-opacity duration-150; + @apply no-underline text-rp-dawn-love ml-1 md:ml-2 hover:no-underline opacity-0 transition-opacity duration-150 visibility: hidden; } h1:hover .headerlink, @@ -83,6 +83,7 @@ h5:hover .headerlink, h6:hover .headerlink, .headerlink:focus-visible { @apply opacity-100; + visibility: visible; } .note {