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 white flashes on page load in dark mode (#2574)
We set the class indicating that dark mode is
enabled before the page is rendered (the script
is called inside `<head>`). The class is now
set on the `<html>` element instead of `<body>`
because `document.body` is not ready yet when
the script is executed.
0 commit comments