1 Commits

Author SHA1 Message Date
a010bf9475 Update theme colors 2026-05-09 14:01:12 +00:00

View File

@@ -5,15 +5,15 @@
:root { :root {
/* @colorThemes/lightTheme/grayNavyBlue */ /* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5faff; --background: #f5f5f5;
--card: #ffffff; --card: #ffffff;
--foreground: #001122; --foreground: #1c1c1c;
--primary-cta: #15479c; --primary-cta: #1c1c1c;
--primary-cta-text: #f5faff; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #001122; --secondary-cta-text: #1c1c1c;
--accent: #a8cce8; --accent: #6139e6;
--background-accent: #7ba3cf; --background-accent: #b3a8e8;
/* @layout/border-radius/rounded */ /* @layout/border-radius/rounded */
--radius: 1rem; --radius: 1rem;