Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-04-22 19:23:52 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #7a96ff;
--card: #000000;
--foreground: #ffffff;
--primary-cta: #ffffff;
--background: #f0f8ff;
--card: #e6f3ff;
--foreground: #0a192f;
--primary-cta: #1e90ff;
--primary-cta-text: #0a1a0c;
--secondary-cta: #0d200f;
--secondary-cta: #ffffff;
--secondary-cta-text: #d4f6d8;
--accent: #1a3d1f;
--background-accent: #355e3b;
--accent: #87ceeb;
--background-accent: #d1e9ff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);