3 Commits

Author SHA1 Message Date
bae7e0da5f Update src/app/styles/variables.css 2026-03-11 15:51:29 +00:00
03ba4704a4 Update src/app/page.tsx 2026-03-11 15:51:28 +00:00
9dd188805b Merge version_1 into main
Merge version_1 into main
2026-03-09 17:13:38 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--background: #000000;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
--accent: #ff0000;
--background-accent: #ff0000;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);