We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e175e commit 376c577Copy full SHA for 376c577
web/src/app.html
@@ -11,7 +11,7 @@
11
</script>
12
%sveltekit.head%
13
</head>
14
- <body data-sveltekit-preload-data="hover">
+ <body data-sveltekit-preload-data="hover" class="bg-neutral">
15
<div style="display: contents">%sveltekit.body%</div>
16
</body>
17
</html>
0 commit comments