5 Commits

Author SHA1 Message Date
becd712727 Update theme colors 2026-05-09 17:00:37 +00:00
2ebfd203ce Update theme colors 2026-05-09 16:56:37 +00:00
5ea17a39e0 Update theme colors 2026-05-09 16:56:32 +00:00
a634966c9d Update theme colors 2026-05-09 16:56:27 +00:00
8c4a42a4f6 Update theme colors 2026-05-09 14:15:50 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5f5f5;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
/* @layout/border-radius/rounded */
--radius: 0.5rem;