Merge version_2 into main #1

Merged
bender merged 2 commits from version_2 into main 2026-03-20 23:19:00 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ export default function LandingPage() {
cardStyle="gradient-radial"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
headingFontWeight="normal"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline

View File

@@ -12,13 +12,13 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5fffae6;
--primary-cta: #80da9b;
--foreground: #ffffff;
--primary-cta: #ff3d4a;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta: #000000;
--secondary-cta-text: #f5fffae6;
--accent: #737373;
--background-accent: #737373;
--accent: #ff3d4a;
--background-accent: #b8111f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);