Hacker News new | ask | show | jobs
by arusahni 2627 days ago
This is a great idea, but I'm having a really hard time reading the page: The label filters are low-contrast, the project names are separated enough from their issues that it makes scanning the homepage difficult, and the bright blue on pure white bg actually hurts my eyes. I'm not necessarily advocating for a night mode, but definitely some more contrast and visual grouping.
1 comments

I’ll do my usual plug and mention that Chrome DevTools (which I write the docs for) can help with contrast ratio (CR).

Inspect CR of a single node with color picker: https://developers.google.com/web/updates/2018/01/devtools#c...

Run an audit and check the accessibility category to find all nodes with insufficient CR: https://developers.google.com/web/tools/lighthouse/#devtools