3 Commits

Author SHA1 Message Date
85cad0699c Update theme colors 2026-05-17 13:41:21 +00:00
8d4090107f Update src/app/styles/variables.css 2026-05-17 13:40:20 +00:00
3c96e71b6f Merge version_6 into main
Merge version_6 into main
2026-05-17 13:38:42 +00:00

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--card: #f7f9f7;
--foreground: #001a0a;
--primary-cta: #fef600;
--primary-cta-text: #0d1b2a;
--secondary-cta: #f9f9f9;
--secondary-cta: #f7f9f7;
--secondary-cta-text: #0d1b2a;
--accent: #e2e2e2;
--background-accent: #FF7B05;
--accent: #fde047;
--background-accent: #fde047;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);