Application entry point: resolves the color theme (dark-first, with a localStorage override and an OS light-mode fallback) before first paint, then mounts App into #root under React StrictMode.
localStorage
#root
Application entry point: resolves the color theme (dark-first, with a
localStorageoverride and an OS light-mode fallback) before first paint, then mounts App into#rootunder React StrictMode.