From 9ea39d0e692b21c600bb9e9581ea4488f263f9cd Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 15 May 2026 09:20:20 +0000 Subject: style(a11y): round the focus-visible ring Add border-radius: 4px to the global :focus-visible rule so the ring looks consistent on bare anchors and header items, not just on elements that already carry their own radius. --- src/styles/normalise.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src/styles/normalise.css') diff --git a/src/styles/normalise.css b/src/styles/normalise.css index f38ff649..37151e5f 100644 --- a/src/styles/normalise.css +++ b/src/styles/normalise.css @@ -19,6 +19,7 @@ a:hover { :focus-visible { outline: 2px solid var(--base0D); outline-offset: 2px; + border-radius: 4px; } code { -- cgit v1.2.3