2 points | by radu_me 5 hours ago ago
3 comments
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')
Yes, we are preparing an update that will fix the low contrast elements on the website.
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:
Yes, we are preparing an update that will fix the low contrast elements on the website.