Merge version_2 into main #2

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

View File

@@ -21,9 +21,9 @@ export default function LandingPage() {
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="blurBottom"
cardStyle="solid"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
@@ -249,4 +249,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #15479c;;
--background-accent: #a8cce8;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1c1c1c;;
--background: #e8f4fb;;
--card: #f0faff;;
--foreground: #0c2d4a;;
--primary-cta: #0ea5e9;;
--primary-cta-text: #f5f5f5;;
--secondary-cta: #ffffff;;
--secondary-cta: #f0faff;;
--secondary-cta-text: #1c1c1c;;
--accent: #15479c;;
--background-accent: #a8cce8;;
--accent: #7dd3fc;;
--background-accent: #bae6fd;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);