AI won't always make you faster

(krellixlabs.com)

2 points | by radu_me 5 hours ago ago

3 comments

  • undefined 5 hours ago ago
    [deleted]
  • latexr 3 hours ago 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')
    • radu_me an hour ago ago

      Yes, we are preparing an update that will fix the low contrast elements on the website.