diff --git a/ui/src/globals.css b/ui/src/globals.css index 3958747e3..dcdc44aaa 100644 --- a/ui/src/globals.css +++ b/ui/src/globals.css @@ -81,9 +81,9 @@ } .theme-v2 { - --background: #f9f8f3; - --foreground: #3373bb; - --foreground-dark: #2a63a4; + --background: 50 33% 96%; + --foreground: 206 99% 31%; + --foreground-dark: 212 59% 40%; } .theme-blue-v2 { diff --git a/website/src/app/[lang]/[region]/(website)/layout.tsx b/website/src/app/[lang]/[region]/(website)/layout.tsx index 426811f3f..5ae945758 100644 --- a/website/src/app/[lang]/[region]/(website)/layout.tsx +++ b/website/src/app/[lang]/[region]/(website)/layout.tsx @@ -5,7 +5,7 @@ import { PropsWithChildren } from 'react'; export default function Layout({ children, params }: PropsWithChildren) { return ( -
+
{children}