fix(style): revert to previous colours

This commit is contained in:
Anthony Berg 2025-04-18 14:23:06 +02:00
parent ef4c5dfa07
commit 32099d12a3

View File

@ -37,7 +37,7 @@ export default async function RootLayout({
dir="ltr" dir="ltr"
suppressHydrationWarning suppressHydrationWarning
> >
<Head backgroundColor={{dark: '#0f172a', light: '#fefce8'}} /> <Head backgroundColor={{dark: '#111111', light: '#fafafa'}} />
<body> <body>
<Layout> <Layout>
<Navbar pageMap={await getPageMap()}> <Navbar pageMap={await getPageMap()}>