Improved documentation accessibility (#118):

* borders on focused links.
This commit is contained in:
John Livingston 2024-08-29 18:37:11 +02:00
parent 3d8fbba767
commit d8da3ca3b8
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 4 additions and 0 deletions

View File

@ -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{