Add background

This commit is contained in:
Sebastien Castiel
2023-12-15 10:34:00 -05:00
parent 541827eb9a
commit 66ab0ff82b
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ export default function RootLayout({
{env.PLAUSIBLE_DOMAIN && (
<PlausibleProvider domain={env.PLAUSIBLE_DOMAIN} trackOutboundLinks />
)}
<body className="pt-16 min-h-[100dvh] flex flex-col items-stretch">
<body className="pt-16 min-h-[100dvh] flex flex-col items-stretch bg-slate-50 bg-opacity-30 dark:bg-background">
<ThemeProvider
attribute="class"
defaultTheme="system"