3 Commits

Author SHA1 Message Date
4b182dccb5 Merge version_2 into main
Merge version_2 into main
2026-03-08 13:12:10 +00:00
bab1f410d3 Update src/app/styles/variables.css 2026-03-08 13:12:06 +00:00
09db4179fb Update src/app/page.tsx 2026-03-08 13:12:06 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -247,4 +247,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #060000;
--card: #ffffff; --card: #1d0d0d;
--foreground: #1c1c1c; --foreground: #ffe6e6;
--primary-cta: #1c1c1c; --primary-cta: #ff3d4a;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #1f0a0a;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #15479c; --accent: #7b2d2d;
--background-accent: #a8cce8; --background-accent: #b8111f;
/* 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);