Update theme colors

This commit is contained in:
2026-06-15 20:37:55 +00:00
parent 4dabfa356f
commit 5eafd928b5

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5faff;
--background: #e3deea;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--foreground: #27231f;
--primary-cta: #27231f;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
/* @layout/border-radius/rounded */
--radius: 0.5rem;