8 Commits

Author SHA1 Message Date
641fa5887a Merge version_5_1781773234715 into main
Merge version_5_1781773234715 into main
2026-06-18 09:00:38 +00:00
e091f3948c Update theme colors 2026-06-18 09:00:35 +00:00
0051f01a1c Merge version_4_1781773213294 into main
Merge version_4_1781773213294 into main
2026-06-18 09:00:16 +00:00
565ce78d98 Update theme colors 2026-06-18 09:00:13 +00:00
5e21d09d97 Merge version_3_1781773208887 into main
Merge version_3_1781773208887 into main
2026-06-18 09:00:12 +00:00
88baff8d0e Merge version_2_1781773206845 into main
Merge version_2_1781773206845 into main
2026-06-18 09:00:10 +00:00
2ac36d8a82 Update theme colors 2026-06-18 09:00:09 +00:00
9c5e29793b Update theme colors 2026-06-18 09:00:07 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #fafffb;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
/* @layout/border-radius/rounded */
--radius: 1.5rem;