3 Commits

Author SHA1 Message Date
edfd90aa91 Merge version_3_1781485888972 into main
Merge version_3_1781485888972 into main
2026-06-15 01:11:32 +00:00
4d8656a7a7 Update theme colors 2026-06-15 01:11:29 +00:00
4a5aa0e473 Merge version_2_1781485882238 into main
Merge version_2_1781485882238 into main
2026-06-15 01:11:25 +00:00

View File

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