8 Commits

Author SHA1 Message Date
1fde5354da Update theme colors 2026-06-21 17:12:59 +00:00
7aff238635 Update theme colors 2026-06-21 17:11:59 +00:00
24d7e02eb7 Update theme colors 2026-06-21 17:11:57 +00:00
6090d8a0ba Update theme colors 2026-06-21 17:11:53 +00:00
e5ba17f7a1 Update theme colors 2026-06-21 17:11:49 +00:00
dcfe4c31f7 Update theme colors 2026-06-21 17:11:45 +00:00
3281e7dcc9 Update theme colors 2026-06-21 17:11:43 +00:00
927e5d188f Update theme colors 2026-06-21 17:11:36 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/neutral */
--background: #ffffff;
--card: #f5f5f5;
--foreground: #171717;
--primary-cta: #171717;
--primary-cta-text: #ffffff;
--secondary-cta: #f5f5f5;
--secondary-cta-text: #171717;
--accent: #171717;
--background-accent: #171717;
--background: #e3deea;
--card: #ffffff;
--foreground: #1f2027;
--primary-cta: #1f2027;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #1f2027;
--accent: #627dc6;
--background-accent: #627dc6;
/* @layout/border-radius/rounded */
--radius: 1rem;