3 Commits

Author SHA1 Message Date
5571b901d9 Update theme colors 2026-06-13 17:13:15 +00:00
79effef1d7 Update theme colors 2026-06-13 17:13:10 +00:00
673b12cf3d Update theme colors 2026-06-13 17:13:08 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f7f6f7;
--background: #fbfaff;
--card: #ffffff;
--foreground: #25190c;
--primary-cta: #ff6207;
--primary-cta-text: #f7f6f7;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* @layout/border-radius/rounded */
--radius: 1.5rem;