6 Commits

Author SHA1 Message Date
ee5f17ad1b Merge version_3 into main
Merge version_3 into main
2026-01-08 10:37:38 +00:00
6aaca7eb6b Update src/app/page.tsx 2026-01-08 10:37:33 +00:00
ba36f09925 Update src/app/layout.tsx 2026-01-08 10:37:32 +00:00
4383070d9f Update src/app/globals.css 2026-01-08 10:37:31 +00:00
f30c6ee686 Merge version_2 into main
Merge version_2 into main
2026-01-08 10:33:57 +00:00
e7a650227f Update src/app/globals.css 2026-01-08 10:33:52 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f5faff;; --background: #ffffff;;
--card: #f1f8ff;; --card: #fcfcfc;;
--foreground: #001122;; --foreground: #001a4d;;
--primary-cta: #15479c;; --primary-cta: #15ad59;;
--secondary-cta: #ffffff;; --secondary-cta: #ffcc00;;
--accent: #a8cce8;; --accent: #ffcc00;;
--background-accent: #7ba3cf;; --background-accent: #fff5cc;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);