Merge pull request #162 from notabene/patch-2

Accessibility: do not convey meaning through colour alone
This commit is contained in:
Richard Hanna 2019-12-10 09:14:43 +01:00 committed by GitHub
commit 128c22d01c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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