Earlier quoted context omitted.
While the ridiculously low contrast of downvoted comments is a problem, let's say for a second that "you're meant to ignore it anyway, and we use low contrast to indicate it" is a reasonable idea. Then why is the main submission text lower contrast than the comments?!
I think the main text has a higher contrast than downvoted comments?… I’m mot sure, actually. If they receive lots of downvotes, their text colour becomes really pale.
Show HN: I built a Hacker News userscript to make this site more legible
41–50 of 53 posts
Re: Show HN: I built a Hacker News userscript to make this site more legible
#42Its cool that people are putting together their own solutions but there are options that have invented the wheel in a pleasing format already and might facillitate discovery and ease of use in a way that might not be as comprehensive.
Re: Show HN: I built a Hacker News userscript to make this site more legible
#43I think someone should tell dang that the HN news font is too small. If hundred of people on HN complain about the small font size (including me), then the font size should be increased IMHO.
This is the only website I have browser zoom set up for. I've acclimated, so I just now peeked back at 100% zoom. my god... it's like the entire website is written in subscript
Re: Show HN: I built a Hacker News userscript to make this site more legible
#44Looks good, might you consider crossposting it on https://greasyfork.org/ ? I suggest Violentmonkey (open source) over Tampermonkey (proprietary).
I'll give Violentmonkey a go and make sure my script works in both.
Re: Show HN: I built a Hacker News userscript to make this site more legible
#45I wish this had max-width: 60ch (or at least 80ch). I have some difficulties in reading and keeping my attention past 60-80ch line width wall of texts. Sometime I manually edit the CSS to make line shorter, so that I can keep reading.
I took my cue from https://design-system.service.gov.uk/ where the majority of their design decisions are informed by thorough extensive user research. They set their text elements to a max width of 38em. That felt a little mean to me so I upped it to 40.
Re: Show HN: I built a Hacker News userscript to make this site more legible
#46nice work, I wouldn't mind if this was HN redesign (especially like uncensored comments section), though it still doesn't fix obvious issue with useless HN homepage which is brigaded/manipulated, so one has to resort to alternative sites like Serializer or BestHackerNews to read HN posts
I use hckrnews.
For Top charts I find BestHackerNews at heroku better, since you are not limited by amount and you can see all sorted by top in last 24 hours, week or month.
Re: Show HN: I built a Hacker News userscript to make this site more legible
#47Re: Show HN: I built a Hacker News userscript to make this site more legible
#48Re: Show HN: I built a Hacker News userscript to make this site more legible
#49Earlier quoted context omitted.
I think the main text has a higher contrast than downvoted comments?… I’m mot sure, actually. If they receive lots of downvotes, their text colour becomes really pale.
I meant compared to normal comments, not compared to downvoted comments.
Re: Show HN: I built a Hacker News userscript to make this site more legible
#50This is cool, thanks for this! I have added @media (min-width: 768px) { body { padding: 0 40px; } } because it felt crowded on a desktop screen. I do feel like removing the :visited color difference is a usability negative. Also the 'add comment' input isn't a button so it doesn't get a normal pointer: input[type='submit'] { cursor: pointer; } HN's table layout makes it tough to do normal things you'd expect on a sit…
And yeah, HN's html and css is shocking.