AI won't always make you faster
2 points
3 hours ago
| 1 comment
| krellixlabs.com
| HN
latexr
1 hour ago
[-]
The text on the page is nigh unreadable. Why set the colour of paragraphs, the most important piece of information on your page, to a `--text-muted` colour?

Quick fix, on the console:

    document.querySelectorAll('p').forEach(p => p.style.color = 'white')
reply