Various styling updates

This commit is contained in:
ZXY101
2023-09-29 08:19:02 +02:00
parent d5a7837494
commit 7b8abe8739
4 changed files with 35 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
import { settings } from '$lib/settings';
</script>
<div class=" h-full min-h-[100svh] text-white" style:background-color={$settings.backgroundColor}>
<div class=" h-full min-h-[100svh] text-white">
<NavBar />
<slot />
<Snackbar />