8 Commits

Author SHA1 Message Date
fef95f0b81 Update theme colors 2026-04-07 07:13:56 +00:00
2f5d07df07 Update theme colors 2026-04-07 07:12:58 +00:00
2d75d4b107 Update theme colors 2026-04-07 07:12:29 +00:00
7c45ba7620 Update src/app/page.tsx 2026-04-07 07:03:29 +00:00
b684401425 Update src/app/styles/variables.css 2026-04-07 07:03:05 +00:00
21a92d66cc Update src/app/page.tsx 2026-04-07 07:03:05 +00:00
64aaf28546 Merge version_1 into main
Merge version_1 into main
2026-04-07 07:02:45 +00:00
351c47c439 Merge version_1 into main
Merge version_1 into main
2026-04-07 07:02:09 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #dfff1c;
--background: #000000;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta: #ffffff;
--secondary-cta-text: #ffffff;
--accent: #8b9a1b;
--background-accent: #5d6b00;
--accent: #f5f5f5;
--background-accent: #847878;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);