web/layout: move main bg coloring to #cobalt

This commit is contained in:
wukko
2024-06-29 23:46:28 +06:00
parent 3527131cd7
commit 7dd33d1341
2 changed files with 36 additions and 37 deletions

View File

@@ -17,7 +17,7 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-sveltekit-preload-code="eager">
<body data-sveltekit-preload-data="hover" data-sveltekit-preload-code="eager" style="background-color: black">
%sveltekit.body%
</body>
</html>