Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-31 16:42:05 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--background: #ffffff;
--card: #fffaf0;
--foreground: #2d2a22;
--primary-cta: #fca311;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta: #fffaf0;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
--accent: #f9d423;
--background-accent: #f9f1d0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);