Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-25 21:43:26 +00:00
2 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #1A120B;
--card: #2A201A;
--foreground: #F5F5DC;
--primary-cta: #B8860B;
--primary-cta-text: #1A120B;
--secondary-cta: #F5F5DC;
--secondary-cta-text: #1A120B;
--accent: #DAA520;
--background-accent: #4E3E34;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);