Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-19 17:10:20 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f0f0f0;
--foreground: #000000;
--primary-cta: #1E90FF;
--background: #e6f2ff;
--card: #cce6ff;
--foreground: #001166;
--primary-cta: #0052cc;
--primary-cta-text: #f6f0e9;
--secondary-cta: #FFD700;
--secondary-cta: #ffffff;
--secondary-cta-text: #2b180a;
--accent: #FFD700;
--background-accent: #1E90FF;
--accent: #0052cc;
--background-accent: #0052cc;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);