3 Commits

Author SHA1 Message Date
565ce78d98 Update theme colors 2026-06-18 09:00:13 +00:00
2ac36d8a82 Update theme colors 2026-06-18 09:00:09 +00:00
9c5e29793b Update theme colors 2026-06-18 09:00:07 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #fafffb;
--background: #fbfaff;
--card: #ffffff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* @layout/border-radius/rounded */
--radius: 1.5rem;