Earlier quoted context omitted.
the shitty tn panels my workplace gives us are already maxed out in that regard. I needed to juice them in order to view a logon form.
And that’s why I replace all the panels on my laptops with proper ones, and only use monitors with good contrast ratios. As low-budget option I can recommend the Fujitsu Siemens P17-2, it’s from 2004, available used around 20 € and has better contrast, brightness, and viewing angles than any TN panel even today. It’s ridiculous that a monitor from 2004 is still better than anything the complainers in this thread are…
Change the colour of grey text back to black on website using poor contrast text
71–80 of 117 posts
Re: Change the colour of grey text back to black on website using poor contrast text
#72I love the “nothing in nature is true black so don’t use #000000” argument. Correct, nothing is, and your #000000 won’t be either once it’s shown on a physical screen.
;)
Re: Change the colour of grey text back to black on website using poor contrast text
#73Earlier quoted context omitted.
Meta-irony at its finest.
What contrast do you want? A billion to one? At some point it's excessive, right? So there's some value less than infinite that you're after. Why is your monitor's maximum contrast the right value?
I apologize for any intelligent discussion I may have caused.
Re: Change the colour of grey text back to black on website using poor contrast text
#74Earlier quoted context omitted.
I find there's often a high degree of educated comments here on HN. But, when it comes to monitors, readability and the physics of light something happens. #000 on #fff won't burn out your retinas. :)
Monitors or anything backlit are terrible to read from for any length of time. Paper or e-ink is superior. I don't see anything wrong with lowering the contrast of text on a screen to compensate for that fact.
Re: Change the colour of grey text back to black on website using poor contrast text
#75Oh so that's why monitor makers are fighting the contrast wars...: websites using poor contrast text
I find dark mode to help too. Not a black theme, a dark theme. Full contrast screen at its best.
Re: Change the colour of grey text back to black on website using poor contrast text
#76I recommend people with similar interests take a look at uBlock's filter language (yes, the ad blocker). It's a short and shallow learning curve until you can inject your personal CSS into webpages, and incrementally tweak them. Two small examples: "Show all text on the internet as black" *##*:style(color: black !important) "Show comment text on HN as bold" ycombinator.com##.comment:style(font-weight: bold !important…
https://developer.chrome.com/blog/new-in-devtools-65/#overri...
Re: Change the colour of grey text back to black on website using poor contrast text
#77Earlier quoted context omitted.
There's a difference between using "soft black" and using low-contrast gray like you're Apple in the 2010s. The thing about pure black isn't that it's unnatural, but that when paired with white its contrast can actually be uncomfortable and less accessible than a slightly toned down color combination (especially on full brightness).
> The thing about pure black isn't that it's unnatural, but that when paired with white its contrast can actually be uncomfortable and less accessible than a slightly toned down color combination (especially on full brightness). Can you find a citation for that statement? WCAG 2.1[0] mentions minimum contrast, but not maximum. The success criterion page itself is written in #000 on #fff. :) https://www.w3.org/WAI/WCA…
As far as I can tell based on what I've read, there can be a conflict between users with accessibility needs, where you may want as high contrast as possible, and typical users, where excess contrast may impair readability in some cases. The WCAG minimums are within the realm of reasonable for both sets of users though, so there isn't really an excuse not to meet those minimums.
Re: Change the colour of grey text back to black on website using poor contrast text
#78I recommend people with similar interests take a look at uBlock's filter language (yes, the ad blocker). It's a short and shallow learning curve until you can inject your personal CSS into webpages, and incrementally tweak them. Two small examples: "Show all text on the internet as black" *##*:style(color: black !important) "Show comment text on HN as bold" ycombinator.com##.comment:style(font-weight: bold !important…
If you want to inject CSS, use a "user styles" manager like Stylus. There's almost no learning curve if you know CSS. You can write entire sheets for all pages, multiple or single domains. For example to make HN legible (basic text, spacing and contrast): @-moz-document domain("ycombinator.com") { :root { --font-size: 1.2rem; --text-color: #333; } .comment { font-size: var(--font-size); line-height: 1.5; } body { fon…
Unfortunately, Firefox on Android only supports a limited number of extensions, and Stylus is not currently one of them.
It's really sad, because I used to have some nice site-specific user styles.
I really don't understand Mozilla's decisions. They destroyed their password security, they destroyed their extension advantage. One wonders what's next — a pivot to Gopher? Oh well, despite all their numerous mistakes, Firefox is still preferable to Chrome.
Re: Change the colour of grey text back to black on website using poor contrast text
#791: http://www.beelinereader.com
2: https://chrome.google.com/webstore/detail/beeline-reader/ifj...
3: https://addons.mozilla.org/en-US/firefox/addon/beelinereader...
Re: Change the colour of grey text back to black on website using poor contrast text
#80On this site I get white text on medium brown, not as good as the standard colors for me at least.