-
@olivierlacan Neat! One pitfall, though: this approach breaks on browsers that don’t support
prefers-color-scheme
, or for users who have it set tono-preference
. Here’s my suggestion: web.dev/prefers-color-scheme/#loading-strategy. See it in action on my blog.