Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-01-06 13:10:51 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--background: #ffffff;;
--card: #f5f5f5;;
--foreground: #000000;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;;
--accent: #808080;;
--background-accent: #d3d3d3;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
background="dotGrid"
background="white-gray"
cardStyle="gradient-bordered"
primaryButtonStyle="neon-glow-border"
secondaryButtonStyle="radial-glow"