dlamkins / new.blishhud.com

The source for the Blish HUD website.
https://blishhud.com
1 stars 3 forks source link

Website starts in light mode. #2

Open dlamkins opened 2 years ago

dlamkins commented 2 years ago

For a brief moment, before the js runs, it appears that the site is shown in light mode before suddenly switching the dark mode. We want it to be in dark mode at all times.

Currently we are forcing dark mode in the docusaurus.config.js:

colorMode: {
        defaultMode: "dark",
        disableSwitch: true,
        respectPrefersColorScheme: false
      },