9 Commits

Author SHA1 Message Date
ac52b15ca4 Merge version_2 into main
Merge version_2 into main
2026-03-10 04:19:14 +00:00
b7db7fc4b1 Update theme colors 2026-03-10 04:19:08 +00:00
32afec9af9 Switch to version 2: modified src/app/styles/variables.css 2026-03-10 04:18:20 +00:00
fe0734ee72 Merge version_4 into main
Merge version_4 into main
2026-03-10 04:18:09 +00:00
c4b0e08111 Update theme colors 2026-03-10 04:18:03 +00:00
dafeb62b3c Merge version_4 into main
Merge version_4 into main
2026-03-10 04:17:46 +00:00
86b018a86b Update theme colors 2026-03-10 04:17:40 +00:00
055b3c80f2 Merge version_4 into main
Merge version_4 into main
2026-03-10 04:17:37 +00:00
32dcbe7762 Update theme colors 2026-03-10 04:17:31 +00:00

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--background: #f5f4f0;
--card: #ffffff;
--foreground: #25190c;
--primary-cta: #ff6207;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);