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:
parent
49b4967c1e
commit
813a2eba33
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue