33 Commits

Author SHA1 Message Date
173cbb1b87 Merge version_18_1781530768438 into main
Merge version_18_1781530768438 into main
2026-06-15 13:39:32 +00:00
46d36c19ea Update theme colors 2026-06-15 13:39:28 +00:00
8db0d28212 Merge version_17_1781530761577 into main
Merge version_17_1781530761577 into main
2026-06-15 13:39:25 +00:00
3c51221cf2 Update theme colors 2026-06-15 13:39:22 +00:00
5a8f6b6e6c Merge version_16_1781530754433 into main
Merge version_16_1781530754433 into main
2026-06-15 13:39:18 +00:00
3611e639dc Update theme colors 2026-06-15 13:39:14 +00:00
81731f4aba Merge version_15_1781530747917 into main
Merge version_15_1781530747917 into main
2026-06-15 13:39:11 +00:00
02eda299c8 Update theme colors 2026-06-15 13:39:08 +00:00
32cb18e48e Merge version_14_1781530740646 into main
Merge version_14_1781530740646 into main
2026-06-15 13:39:04 +00:00
eaf5aed894 Update theme colors 2026-06-15 13:39:01 +00:00
28a702610b Merge version_13_1781530734343 into main
Merge version_13_1781530734343 into main
2026-06-15 13:39:00 +00:00
390170eb49 Update theme colors 2026-06-15 13:38:54 +00:00
6462a4f0ee Merge version_12_1781530727010 into main
Merge version_12_1781530727010 into main
2026-06-15 13:38:50 +00:00
763bfea503 Update theme colors 2026-06-15 13:38:47 +00:00
ccb089524e Merge version_11_1781530722740 into main
Merge version_11_1781530722740 into main
2026-06-15 13:38:46 +00:00
65e3e638cb Update theme colors 2026-06-15 13:38:43 +00:00
efe066b413 Merge version_10_1781530715974 into main
Merge version_10_1781530715974 into main
2026-06-15 13:38:39 +00:00
42b9eb6a51 Update theme colors 2026-06-15 13:38:36 +00:00
43e5da4e31 Merge version_9_1781530710274 into main
Merge version_9_1781530710274 into main
2026-06-15 13:38:33 +00:00
d3bcdc9196 Update theme colors 2026-06-15 13:38:30 +00:00
fba49cd7c2 Merge version_8_1781530702532 into main
Merge version_8_1781530702532 into main
2026-06-15 13:38:29 +00:00
08e6feddf6 Update theme colors 2026-06-15 13:38:23 +00:00
ba95b89a81 Merge version_7_1781530694555 into main
Merge version_7_1781530694555 into main
2026-06-15 13:38:18 +00:00
ac888684f6 Update theme colors 2026-06-15 13:38:15 +00:00
ef81104ae3 Merge version_6_1781530637810 into main
Merge version_6_1781530637810 into main
2026-06-15 13:37:21 +00:00
03bb8e06c7 Update theme colors 2026-06-15 13:37:18 +00:00
c583aac97a Merge version_5_1781530626453 into main
Merge version_5_1781530626453 into main
2026-06-15 13:37:12 +00:00
6cd79057b4 Update theme colors 2026-06-15 13:37:06 +00:00
4cdabeea38 Merge version_4_1781530433414 into main
Merge version_4_1781530433414 into main
2026-06-15 13:33:56 +00:00
cdd71d9596 Update theme colors 2026-06-15 13:33:53 +00:00
12e6fc3d62 Merge version_3_1781530349187 into main
Merge version_3_1781530349187 into main
2026-06-15 13:32:32 +00:00
57080bcf63 Update theme colors 2026-06-15 13:32:29 +00:00
9925b9c7cc Merge version_2_1781530331440 into main
Merge version_2_1781530331440 into main
2026-06-15 13:32:14 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
--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: 0.5rem;