Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For anyone reading this, if you want to remove this "clever" CSS font-size, here's the option you need to disable in Inspect Element screen:

    :root {
        font-size: calc(1vw + 1vh + .5vmin);
    }
It is bound to the <html> tag itself, so there's no need for element hunting.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: