2 Commits

Author SHA1 Message Date
a4a8106008 Update src/app/styles/variables.css 2026-04-14 09:00:03 +00:00
78d10c9895 Update src/app/page.tsx 2026-04-14 09:00:03 +00:00

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f0f8ff;
--foreground: #1a1a1a;
--background: #eef2ff;
--card: #ffffff;
--foreground: #0f172a;
--primary-cta: #1e40af;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta: #e2e8f0;
--secondary-cta-text: #f8fafc;
--accent: #3b82f6;
--background-accent: #e0e7ff;
--background-accent: #1e293b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);