15 Commits

Author SHA1 Message Date
0631bdf942 Merge version_10_1781516675950 into main
Merge version_10_1781516675950 into main
2026-06-15 09:44:39 +00:00
da6b0001d8 Update theme colors 2026-06-15 09:44:36 +00:00
8ef66a7ec4 Merge version_9_1781516671485 into main
Merge version_9_1781516671485 into main
2026-06-15 09:44:35 +00:00
14737ac776 Update theme colors 2026-06-15 09:44:32 +00:00
415f31113b Merge version_8_1781516662303 into main
Merge version_8_1781516662303 into main
2026-06-15 09:44:25 +00:00
bf5f8bba9b Merge version_7_1781516660301 into main
Merge version_7_1781516660301 into main
2026-06-15 09:44:23 +00:00
9c4c7ca561 Update theme colors 2026-06-15 09:44:22 +00:00
aa48a47aa0 Update theme colors 2026-06-15 09:44:20 +00:00
9df192e901 Merge version_6_1781516417789 into main
Merge version_6_1781516417789 into main
2026-06-15 09:40:21 +00:00
bd204316b2 Merge version_5_1781516415835 into main
Merge version_5_1781516415835 into main
2026-06-15 09:40:19 +00:00
0600626277 Update theme colors 2026-06-15 09:40:18 +00:00
26afb71898 Update theme colors 2026-06-15 09:40:16 +00:00
7e559074e6 Update theme colors 2026-06-15 09:40:13 +00:00
cb68af577f Merge version_3_1781516408504 into main
Merge version_3_1781516408504 into main
2026-06-15 09:40:12 +00:00
e66f4aa996 Merge version_2_1781516162681 into main
Merge version_2_1781516162681 into main
2026-06-15 09:37:52 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #fafffb;
--card: #ffffff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f0f8ffe6;
--primary-cta: #cee7ff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f0f8ffe6;
--accent: #737373;
--background-accent: #737373;
/* @layout/border-radius/rounded */
--radius: 0.5rem;