From d8da3ca3b8487b1bc0087bd3a4e9e48b3ee4fc1d Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 29 Aug 2024 18:37:11 +0200 Subject: [PATCH] Improved documentation accessibility (#118): * borders on focused links. --- support/documentation/layouts/partials/custom-header.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/support/documentation/layouts/partials/custom-header.html b/support/documentation/layouts/partials/custom-header.html index 6bd901f6..37f5085d 100644 --- a/support/documentation/layouts/partials/custom-header.html +++ b/support/documentation/layouts/partials/custom-header.html @@ -44,6 +44,10 @@ body a.highlight:focus { text-decoration: underline; } +body a.highlight:focus { + border: 1px solid var(--MAIN-LINK-HOVER-color); +} + /* more contrast for the searchbox icons */ #R-sidebar .searchbox > :first-child, #R-sidebar .searchbox > :last-child{