4 Commits

Author SHA1 Message Date
a4aad4b7a0 Update theme colors 2026-06-15 20:38:16 +00:00
e0522febbd Update theme colors 2026-06-15 20:38:11 +00:00
3dc7284fe5 Update theme colors 2026-06-15 20:38:07 +00:00
7cf9bf5239 Update theme colors 2026-06-15 20:38:04 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #e3deea;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--primary-cta-text: #e3deea;
--foreground: #25190c;
--primary-cta: #ff6207;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
/* @layout/border-radius/rounded */
--radius: 0.5rem;