2 Commits

Author SHA1 Message Date
8c4a42a4f6 Update theme colors 2026-05-09 14:15:50 +00:00
d502be421c Update theme colors 2026-05-09 14:15:31 +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: 0.5rem;