5 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
b399f4bcda Update theme colors 2026-06-13 17:13:01 +00:00
26e0a9936a Update theme colors 2026-06-13 17:12:49 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f8f6f2;
--background: #fbfaff;
--card: #ffffff;
--foreground: #0B0F14;
--primary-cta: #D6A756;
--primary-cta-text: #0B0F14;
--secondary-cta: #232B35;
--secondary-cta-text: #ffffff;
--accent: #2E8B57;
--background-accent: #D6A756;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* @layout/border-radius/rounded */
--radius: 1.5rem;