7 Commits

Author SHA1 Message Date
9c117c557f Update theme colors 2026-06-17 13:56:38 +00:00
713f411906 Update theme colors 2026-06-17 13:56:36 +00:00
86b0470012 Update theme colors 2026-06-17 13:56:29 +00:00
7086f45fd8 Update theme colors 2026-06-17 13:56:19 +00:00
053eadde2e Update theme colors 2026-06-17 13:56:17 +00:00
c20f8c6180 Update theme colors 2026-06-17 13:56:10 +00:00
1b704febac Update theme colors 2026-06-17 13:56:05 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5faff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
/* @layout/border-radius/rounded */
--radius: 1rem;