5 Commits

Author SHA1 Message Date
4d08328d6f Update theme colors 2026-04-16 19:17:46 +00:00
7f10e96524 Update theme colors 2026-04-16 19:17:35 +00:00
51f2f7f100 Update src/app/page.tsx 2026-04-16 19:14:00 +00:00
d2d8798f24 Update src/app/page.tsx 2026-04-16 19:13:35 +00:00
d1f6f2b0db Merge version_1 into main
Merge version_1 into main
2026-04-16 19:12:44 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="medium"
background="none"
background="floatingGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);