From a799a9c07e205762c44ba8048ba6b42cbd628107 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 29 Aug 2024 17:29:49 +0200 Subject: [PATCH] Improved documentation accessibility (#118): * underline links in the right footer. --- 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 80fca48c..6bd901f6 100644 --- a/support/documentation/layouts/partials/custom-header.html +++ b/support/documentation/layouts/partials/custom-header.html @@ -63,4 +63,8 @@ body a.highlight:focus { white-space: normal; } +#R-footer a { + text-decoration: underline; +} + \ No newline at end of file