4 Commits

Author SHA1 Message Date
63622c3d31 Update src/app/page.tsx 2026-06-03 02:04:24 +00:00
8546408c5b Update src/app/styles/variables.css 2026-06-03 02:03:26 +00:00
9fb6098838 Update src/app/page.tsx 2026-06-03 02:03:26 +00:00
cd8419c849 Merge version_3 into main
Merge version_3 into main
2026-06-03 02:00:34 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);