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 {