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
This commit is contained in:
Dan Brown 2024-04-13 15:48:39 +01:00
parent dde1f27882
commit 0f6cb9ed84
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -113,6 +113,10 @@
video {
max-width: 100%;
}
a {
text-decoration: underline;
}
}
/**