2 Commits

Author SHA1 Message Date
89013dc80b Update theme colors 2026-06-23 20:48:32 +00:00
594562868d Update theme colors 2026-06-23 20:48:30 +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;
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #efebe5;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;
/* @layout/border-radius/rounded */
--radius: 1rem;