Ask HN: Light grey text is killing my eyes.
Self posts like this one have very low contrast when they use grey text and I find it impossible to read them.
In contrast, the comments which are in black text are easy to read.
Can something be done about this?
42 comments
[ 3.7 ms ] story [ 48.7 ms ] threadhttp://w3m.sourceforge.net/
For reading, I find it much more pleasant than Firefox. Posting is perhaps a bit awkward.
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 with links, for example. Maybe it's to ward off too much navel-gazing.
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.
But I'm not wedded to the current way of doing things. I'd be open to alternatives.
Anyway, if you want to nurture the community, I don't think it's a bad idea to make the feedback deliberate. "This is too long, don't post it," will be a lot more effective than changing the color of the text.
looks like the same color as the link text so maybe it was just something that fell through and never got addressed
(When it's really light, I use Firebug to modify the CSS.)
In general I agree that black on white might be a little harsh, but when you have squint to make out the text it's over the top.
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.
Now whether the intent is right or not (should HN morph more into a Metafilter-like free-for-all message board for hacker types, rather than a structured conversation around links?) is a different discussion. I like the current orientation towards news.
Both provide ways to change the look of any website.
javascript:var%20l=document.getElementsByTagName("TD");for(var%20i=0;i<l.length;i++)%20l[i].style.color='#000'
P.S. Here are the screenshots of "before" and after:
http://www.zentu.net/open-space/hackernewsbefore.png
http://www.zentu.net/open-space/hackernewsafter.png
http://www.hp.com/hpinfo/abouthp/accessibility/webaccessibil...
or
http://www.paciellogroup.com/resources/contrast-analyser.htm...
@-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.
Does anyone have good designs that stray from the general HN look?
.. or to be really geeky, add a button to darken the color in the menu bar (simply change the .css with a little javascript!)