6 Commits

Author SHA1 Message Date
5471c8568e Merge version_4_1782051081763 into main
Merge version_4_1782051081763 into main
2026-06-21 14:11:25 +00:00
2e16c3afd2 Update theme colors 2026-06-21 14:11:22 +00:00
c2fd175c69 Merge version_3_1782051069846 into main
Merge version_3_1782051069846 into main
2026-06-21 14:11:13 +00:00
99a1997904 Update theme colors 2026-06-21 14:11:10 +00:00
6a87c4f8ff Merge version_2_1782051065933 into main
Merge version_2_1782051065933 into main
2026-06-21 14:11:09 +00:00
80cdd82eeb Update theme colors 2026-06-21 14:11:06 +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: #000802;
--card: #0b1a0b;
--foreground: #e6ffe6;
--primary-cta: #80da9b;
--primary-cta-text: #000802;
--secondary-cta: #07170b;
--secondary-cta-text: #e6ffe6;
--accent: #38714a;
--background-accent: #2c6541;
/* @layout/border-radius/rounded */
--radius: 1.5rem;