5 Commits

Author SHA1 Message Date
89013dc80b Update theme colors 2026-06-23 20:48:32 +00:00
594562868d Update theme colors 2026-06-23 20:48:30 +00:00
ec13c47479 Update theme colors 2026-06-23 20:48:27 +00:00
969dabab9d Update theme colors 2026-06-23 20:48:25 +00:00
ad90e2cdf0 Update theme colors 2026-06-23 20:48:19 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5faff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #efebe5;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;
/* @layout/border-radius/rounded */
--radius: 1rem;