Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-10 22:16:42 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #25190c;
--primary-cta: #ff6207;
--background: #163430;
--card: #2A5A53;
--foreground: #F5F5F5;
--primary-cta: #C8A96A;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta: #2A5A53;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
--accent: #C8A96A;
--background-accent: #2A5A53;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);