Accessibility: do not convey meaning through colour alone

Some people aren't sensitive to colour, so in order to differentiate links from surrounding text, we must rely on colour **plus** something else. Reinstate underlines, please pretty please.

/me doing my Bambi eyes
This commit is contained in:
notabene 2019-12-09 22:21:18 +01:00 committed by GitHub
parent 49b4967c1e
commit 813a2eba33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,9 +49,11 @@ ul {
padding-left: 2em;
}
a, a:visited {
a:links, a:visited {
color: #0085a1;
text-decoration: none;
/* text-decoration: none; */
text-decoration: underline;
text-decoration-skip-ink: auto;
}
a:hover {