6 Commits

Author SHA1 Message Date
c6355086cc Update theme colors 2026-06-09 13:38:35 +00:00
d64a23d8cb Update theme colors 2026-06-09 13:38:23 +00:00
c7bb0123da Update theme colors 2026-06-09 13:38:12 +00:00
3132e3109b Update theme colors 2026-06-09 13:36:52 +00:00
a4b5babdfc Update theme colors 2026-06-09 13:36:42 +00:00
f1106367e0 Update theme colors 2026-06-09 13:36:32 +00:00

View File

@@ -10,13 +10,13 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--background: #F5F7FA;
--card: #ffffff;
--foreground: #250c0d;
--primary-cta: #b82b40;
--primary-cta-text: #f7f6f7;
--foreground: #0A0D6E;
--primary-cta: #0A0D6E;
--primary-cta-text: #FFFFFF;
--secondary-cta: #ffffff;
--secondary-cta-text: #250c0d;
--secondary-cta-text: #C8A96A;
--accent: #b90941;
--background-accent: #e8a8b6;