4 Commits

Author SHA1 Message Date
c591ad1cad Merge version_3 into main
Merge version_3 into main
2026-03-10 09:25:37 +00:00
db12d99172 Update src/app/styles/variables.css 2026-03-10 09:25:33 +00:00
1a158d4ba4 Update src/app/layout.tsx 2026-03-10 09:25:32 +00:00
f9dfe4503e Merge version_2 into main
Merge version_2 into main
2026-03-10 09:14:28 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ export default function RootLayout({
children: React.ReactNode; children: React.ReactNode;
}) { }) {
return ( return (
<html lang="en"> <html lang="en" suppressHydrationWarning>
<body className={inter.className}>{children} <body className={inter.className}>{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #080200; --background: #ffffff;
--card: #1a0d0b; --card: #f9f9f9;
--foreground: #ffe6d5; --foreground: #000612e6;
--primary-cta: #ffaa70; --primary-cta: #15479c;
--primary-cta-text: #080200; --primary-cta-text: #080200;
--secondary-cta: #170b07; --secondary-cta: #f9f9f9;
--secondary-cta-text: #ffe6d5; --secondary-cta-text: #ffe6d5;
--accent: #7b5e4a; --accent: #e2e2e2;
--background-accent: #b8541e; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);