Improved documentation accessibility (#118):

* underline links in the right footer.
This commit is contained in:
John Livingston 2024-08-29 17:29:49 +02:00
parent 6eeb19607f
commit a799a9c07e
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 4 additions and 0 deletions

View File

@ -63,4 +63,8 @@ body a.highlight:focus {
white-space: normal;
}
#R-footer a {
text-decoration: underline;
}
</style>