Improved documentation accessibility (#118):
* borders on focused links.
This commit is contained in:
parent
3d8fbba767
commit
d8da3ca3b8
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user