gabrielecirulli / hn-special

A modern theme for Hacker News, with some added niceties.
MIT License
333 stars 71 forks source link

Fix brief screen flash on page load #126

Closed JeffreyCA closed 2 years ago

JeffreyCA commented 2 years ago

There seems to be a regression of bug #95, where screen briefly flashes with unstyled content when loading a page. I'm using Edge 97.0.1072.41 on macOS 12.0.1.

This fix hides the content earlier and programmatically sets the style and background colour on the root HTML element and unhides it once the custom stylesheet has fully loaded.

JeffreyCA commented 2 years ago

Thanks!

JeffreyCA commented 2 years ago

Hi @PxlBuzzard will you be creating a new release for this soon?