Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-08 13:26:33 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en">
<html lang="en" suppressHydrationWarning>
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--background: #1a0f0a;
--card: #2d1810;
--foreground: #f5e6d3;
--primary-cta: #d4522e;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta: #3d2416;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--accent: #e8956e;
--background-accent: #c74f2a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);