You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix dark mode flash by applying theme in blocking head script (#20)
Moves theme detection from deferred JS to an inline script in <head> that
executes before first paint. Prevents the flash of light mode when user
prefers or has selected dark mode.
0 commit comments