4 Commits

Author SHA1 Message Date
aae70129be Update theme colors 2026-06-25 08:45:55 +00:00
a2d335d08a Update theme colors 2026-06-25 08:39:42 +00:00
2828b71e52 Update theme colors 2026-06-25 08:39:35 +00:00
af8af4bf59 Update theme colors 2026-06-25 08:39:24 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* @layout/border-radius/rounded */
--radius: 1rem;