Update theme colors

This commit is contained in:
2026-06-14 17:26:06 +00:00
parent 657501b6fa
commit 98e00753b1

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #fbfcfd;
--background: #f5faff;
--card: #ffffff;
--foreground: #0A1A2F;
--primary-cta: #0A1A2F;
--primary-cta-text: #FFFFFF;
--secondary-cta: #D4AF37;
--secondary-cta-text: #0A1A2F;
--accent: #D4AF37;
--background-accent: #e8eef5;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* @layout/border-radius/rounded */
--radius: 0.5rem;