Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-10 04:02:10 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -20,11 +20,11 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSmall"
background="none"
cardStyle="gradient-bordered"
background="aurora"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="extrabold"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #e63946;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);