Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-05-24 12:49:31 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--background: #2c2c2c;
--card: #3a3a3a;
--foreground: #f5f5f5;
--primary-cta: #f5f5f5;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ffffff;
--secondary-cta: #1c1c1c;
--secondary-cta-text: #2a2928;
--accent: #a8a8a8;
--background-accent: #e5e5e5;
--accent: #505050;
--background-accent: #404040;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);