4 Commits

Author SHA1 Message Date
8247cd244f Merge version_3_1782051693619 into main
Merge version_3_1782051693619 into main
2026-06-21 14:21:37 +00:00
ffe4b765aa Update theme colors 2026-06-21 14:21:34 +00:00
7f8f4ce37d Merge version_2_1782051683244 into main
Merge version_2_1782051683244 into main
2026-06-21 14:21:26 +00:00
3d30194d38 Update theme colors 2026-06-21 14:21:23 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
/* @layout/border-radius/rounded */
--radius: 0.5rem;