4 Commits

Author SHA1 Message Date
2d4591456f Update theme colors 2026-06-19 13:04:58 +00:00
68ea98ce62 Update theme colors 2026-06-19 13:04:47 +00:00
6eab24f1fa Update theme colors 2026-06-19 13:04:42 +00:00
81d6a3522b Update theme colors 2026-06-19 13:04:38 +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: #000000;
--card: #1f4035;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #051a12;
--secondary-cta: #0d2b1f;
--secondary-cta-text: #d4f6e8;
--accent: #0d5238;
--background-accent: #10b981;
/* @layout/border-radius/rounded */
--radius: 1rem;