From 4b0bb948e3b71a17485083511ce3193a85d0260d Mon Sep 17 00:00:00 2001 From: Josh Black Date: Thu, 30 Jul 2026 11:11:19 -0500 Subject: [PATCH] Change color mode attribute to 'light' in layout --- website/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/app/layout.tsx b/website/src/app/layout.tsx index 8e18650..7eb825c 100644 --- a/website/src/app/layout.tsx +++ b/website/src/app/layout.tsx @@ -11,7 +11,7 @@ export const metadata = { export default function Layout({children}: {children: React.ReactNode}) { return ( - +
{children}