aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/layout.tsx')
-rw-r--r--src/app/layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 982ed57..c6965b9 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -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"