Hacker News new | ask | show | jobs
by mcunninghamhn 29 days ago
Honestly it looks like it's probably a wonderful project but it really hurts my eyes to read with the website style. I don't mean "it's so bad it hurts my eyes" but literally the colours/contrast make it quite intense and straining to look at and read through.

Might be great to add a more plain/non fancy UI mode on the website viewers can switch to.

I've got a much more readable version by just disabling these 2 CSS elements and saving it as an override as a quick fix for myself

    root{
        --vw-grid: rgba(255, 43, 214, .55);
    }
and

    body{
    background: linear-gradient(180deg, var(--vw-sun-top) 0%, var(--vw-sun-mid) 50%, var(--vw-sun-bot) 100%);
    }