1 Commits

Author SHA1 Message Date
1d84d4ecfb Update theme colors 2026-04-22 16:52:01 +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: #f0f8ff;
--card: #e6f3ff;
--foreground: #001f3f;
--primary-cta: #15479c;
--background: #000000;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--secondary-cta: #d1e9ff;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #005a8d;
--background-accent: #bfdfff;
--accent: #15479c;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);