7 Commits

Author SHA1 Message Date
fae3df6704 Update theme colors 2026-06-25 08:52:36 +00:00
8908509402 Update theme colors 2026-06-25 08:45:56 +00:00
aae70129be Update theme colors 2026-06-25 08:45:55 +00:00
a2d335d08a Update theme colors 2026-06-25 08:39:42 +00:00
2828b71e52 Update theme colors 2026-06-25 08:39:35 +00:00
af8af4bf59 Update theme colors 2026-06-25 08:39:24 +00:00
f12d5f6043 Update theme colors 2026-06-25 08:39:17 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* @layout/border-radius/rounded */
--radius: 1rem;