javascript:var%20l=document.getElementsByTagName("TD");for(var%20i=0;i<l.length;i++)%20l[i].style.color='#000'
Ask HN: Light grey text is killing my eyes.
11–20 of 43 posts
Re: Ask HN: Light grey text is killing my eyes.
#12Re: Ask HN: Light grey text is killing my eyes.
#13P.S. Here are the screenshots of "before" and after:
Re: Ask HN: Light grey text is killing my eyes.
#14Light gray text is a DTD (designer-transmitted disease) that's rapidly infecting sites across the Internet. (When it's really light, I use Firebug to modify the CSS.)
It's black text on a white background, but you lose indenting. I tend to use this when I want to read text from a site that's really hard to read.
Re: Ask HN: Light grey text is killing my eyes.
#15Re: Ask HN: Light grey text is killing my eyes.
#16http://www.hp.com/hpinfo/abouthp/accessibility/webaccessibil...
or
http://www.paciellogroup.com/resources/contrast-analyser.htm...
Re: Ask HN: Light grey text is killing my eyes.
#17Ctrl-A
Re: Ask HN: Light grey text is killing my eyes.
#18I haven't seen a rationale for it yet but I'd guess that it's a subtle way of encouraging descriptions to be short (like the one you just wrote), it's probably intentional that it's hard to read long rambling posts like http://news.ycombinator.com/item?id=468139 I read a pg comment somewhere that makes me think that's his design decision - he already weighs "Ask HN" type of posts differently than the standard one wit…
That was in fact the post that triggered this one. I gave up reading it after the second paragraph. However it was mainly because I wasn't interested in the topic, but had checked all the other articles out. There are some long self posts that are genuinely interesting to read and it still hurts my eyes to read them.
Re: Ask HN: Light grey text is killing my eyes.
#19@-moz-document url-prefix(http://news.ycombinator.com/){ td { color: #000000 !important; } td.subtext { color: #828282 !important; } }
see http://news.ycombinator.com/item?id=467680 for more info.