From: Dan Brown Date: Sat, 13 Apr 2024 14:48:39 +0000 (+0100) Subject: Content styles: Made links underlined for visibility X-Git-Tag: v24.05~1^2~19 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/0f6cb9ed840a61fe211321ae0d2d0cd0bafadfbd 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 --- 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; + } } /**