From 7a3c37052f28a419a56312bbcc9a0b0ce2ffe042 Mon Sep 17 00:00:00 2001
From: Jacob Marshall <jacob@omg.lol>
Date: Tue, 5 Jul 2022 01:30:32 +0100
Subject: [PATCH] Anchor heading links should be visible on focus (#846)

The anchor heading item is keyboard focusable, but when focused and not hovered, it is not visible. This PR fixes that. Also, great project!
---
 _sass/content.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_sass/content.scss b/_sass/content.scss
index 21817998..b28a97ae 100644
--- a/_sass/content.scss
+++ b/_sass/content.scss
@@ -183,6 +183,7 @@
   }
 
   .anchor-heading:hover,
+  .anchor-heading:focus,
   h1:hover > .anchor-heading,
   h2:hover > .anchor-heading,
   h3:hover > .anchor-heading,
-- 
GitLab