Links unrecognizable

Hi Richard,
The contrast between text color #555555 and link color #008080 (teal) 
used on the W3C i18n pages is very low. While it was already hard to 
tell link titles from other text in the past, with the change of the 
typeface to Neue Helvetica Light (Thin?) it’s nearly impossible. Readers 
will not see the valuable resources linked to from the text.

Please change the link color or underline link titles, at least in the 
text (or do both).

For the latter, remove lines 76 and 80 in article-display-html5.css. You 
could also combine the rules for a:link and a:visited to

a {
 color: teal;  
 }

For not having links underlined in the page header and in the menues on 
the right, add folling rule:

header a, #survey a {
 text-decoration: none;  
 }

Thanks,
Gunnar

Received on Monday, 24 November 2014 11:10:12 UTC