5 Commits

Author SHA1 Message Date
014af9f327 Update src/app/page.tsx 2026-03-10 11:01:04 +00:00
c66273dd17 Update src/app/page.tsx 2026-03-10 07:27:41 +00:00
6b61fc86ae Update src/app/styles/variables.css 2026-03-10 07:25:21 +00:00
790cfb0aae Update src/app/page.tsx 2026-03-10 07:25:21 +00:00
af6d980a6e Merge version_4 into main
Merge version_4 into main
2026-03-10 07:23:42 +00:00

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #2d2d2d;
--card: #3a3a3a;
--foreground: #f0f0f0;
--primary-cta: #b91c1c;
--background: #ffffff;
--card: #f0f0f0;
--foreground: #1a1a1a;
--primary-cta: #d4a574;
--primary-cta-text: #ffffff;
--secondary-cta: #3a3a3a;
--secondary-cta-text: #f0f0f0;
--accent: #dc2626;
--background-accent: #7f1d1d;
--secondary-cta: #f5f5f5;
--secondary-cta-text: #000f06e6;
--accent: #d4a574;
--background-accent: #e8d4c0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);