Based on sveltejs/kit#11747 , it might be preferable to avoid inlined styles in the default app.html template
|
<div style="display: contents">%sveltekit.body%</div> |
I'm not sure what kind of impact this would have and I'm not sure if it's something we even need to do since it's relatively simple for the user to do it themselves.