Strategy
auto

SSR disabled

Try to reload the page. You will see that the background-color changes. That's because usually the scheme is only used on the client. But SvelteKit can also be used to render a page on the server. But the server usually doesn't know about the user-preferences. So it could be that the server sends the page with the wrong background-color and then the client corrects it.