From 32640fe10e1ba48212e7e641a7424fafa644f5ee Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 1 Apr 2026 08:46:10 +0200 Subject: [PATCH] Add focus-visible styles for keyboard navigation accessibility --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index bcdc8a385..81e198b4b 100644 --- a/static/style.css +++ b/static/style.css @@ -85,6 +85,12 @@ a { text-decoration: inherit; } +a:focus-visible { + outline: 2px solid var(--accent-color); + outline-offset: 2px; + border-radius: 2px; +} + /* PAGE LAYOUT */ html, body {