matsuyoshi30 / harbor

Simple and minimal personal blog theme.
MIT License
186 stars 68 forks source link

Speedup of theme mode loading #72

Closed lomion0815 closed 4 years ago

lomion0815 commented 4 years ago

By default the dark theme was rendered. After the complete page was loaded the theme was switched according the stored value. This cause a flicker (background was first black for a second (until the page was completely loaded) and then turned white.

This commit moves the loading of the theme mode to the beginning (into the section). Therefore the correct mode gets rendered.

matsuyoshi30 commented 4 years ago

@lomion0815 Great PR! Thank you.