From 0f6cb9ed840a61fe211321ae0d2d0cd0bafadfbd Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 13 Apr 2024 15:48:39 +0100 Subject: [PATCH] Content styles: Made links underlined for visibility Inline with A11y recommendations where color may not be reliable on its own. Tested various content link scenarios across chrome, safari & FF. For #4939 --- resources/sass/_content.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/sass/_content.scss b/resources/sass/_content.scss index bde52bb77..f84499364 100644 --- a/resources/sass/_content.scss +++ b/resources/sass/_content.scss @@ -113,6 +113,10 @@ video { max-width: 100%; } + + a { + text-decoration: underline; + } } /**