Skip to content

Commit 376c577

Browse files
committed
Set background color on body
This helps Safari choose better colors for browser UI elements
1 parent a0e175e commit 376c577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</script>
1212
%sveltekit.head%
1313
</head>
14-
<body data-sveltekit-preload-data="hover">
14+
<body data-sveltekit-preload-data="hover" class="bg-neutral">
1515
<div style="display: contents">%sveltekit.body%</div>
1616
</body>
1717
</html>

0 commit comments

Comments
 (0)