6 Commits

Author SHA1 Message Date
01cc9e119b Update theme colors 2026-03-08 13:31:01 +00:00
0573c0c11a Update theme colors 2026-03-08 13:30:17 +00:00
5b16948e18 Update theme colors 2026-03-08 13:28:47 +00:00
1b1f8dd0a5 Update src/app/styles/variables.css 2026-03-08 13:26:28 +00:00
1b54ccf638 Update src/app/layout.tsx 2026-03-08 13:26:28 +00:00
bea7678307 Merge version_2 into main
Merge version_2 into main
2026-03-08 13:24:47 +00:00
2 changed files with 10 additions and 10 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;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #89131c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);