2 Commits

Author SHA1 Message Date
3a0f696237 Merge version_3 into main
Merge version_3 into main
2025-12-28 11:17:25 +00:00
9dfcff456e Merge version_3 into main
Merge version_3 into main
2025-12-28 11:15:19 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--background: #faf8f3;
--card: #fff5eb;
--foreground: #2d2a24;
--primary-cta: #3d9d4d;
--secondary-cta: #ffffff;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--accent: #ffd700;
--background-accent: #e6cc80;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1274,4 +1274,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

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