5 Commits

Author SHA1 Message Date
2d4591456f Update theme colors 2026-06-19 13:04:58 +00:00
68ea98ce62 Update theme colors 2026-06-19 13:04:47 +00:00
6eab24f1fa Update theme colors 2026-06-19 13:04:42 +00:00
81d6a3522b Update theme colors 2026-06-19 13:04:38 +00:00
806be0ad78 Update theme colors 2026-06-19 13:04:33 +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;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--background: #000000;
--card: #1f4035;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #051a12;
--secondary-cta: #0d2b1f;
--secondary-cta-text: #d4f6e8;
--accent: #0d5238;
--background-accent: #10b981;
/* @layout/border-radius/rounded */
--radius: 1rem;