7 Commits

Author SHA1 Message Date
3baeff322b Merge version_4_1782096480128 into main
Merge version_4_1782096480128 into main
2026-06-22 02:48:03 +00:00
799c977752 Update theme colors 2026-06-22 02:48:00 +00:00
a1c228af7a Merge version_3_1782096466533 into main
Merge version_3_1782096466533 into main
2026-06-22 02:47:50 +00:00
a6fff38308 Update theme colors 2026-06-22 02:47:47 +00:00
58da1a0bbb Merge version_2_1782096455902 into main
Merge version_2_1782096455902 into main
2026-06-22 02:47:39 +00:00
9072d48057 Update theme colors 2026-06-22 02:47:36 +00:00
22c0f98ad8 Merge version_1_1782093711340 into main
Merge version_1_1782093711340 into main
2026-06-22 02:02:22 +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: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
/* @layout/border-radius/rounded */
--radius: 1.5rem;