]> BookStack Code Mirror - bookstack/commitdiff
Content styles: Made links underlined for visibility
authorDan Brown <redacted>
Sat, 13 Apr 2024 14:48:39 +0000 (15:48 +0100)
committerDan Brown <redacted>
Sat, 13 Apr 2024 14:48:39 +0000 (15:48 +0100)
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

index bde52bb774e599e2d4207456f4ff76a3571384d1..f844993644c1ea6bafe08595ce1a634f60722003 100644 (file)
   video {
     max-width: 100%;
   }
+
+  a {
+    text-decoration: underline;
+  }
 }
 
 /**