Open dlamkins opened 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 },
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: