4 Commits

Author SHA1 Message Date
6c63994310 Update theme colors 2026-06-23 21:45:24 +00:00
86db297736 Update theme colors 2026-06-23 21:44:20 +00:00
b6fcd697d1 Update theme colors 2026-06-23 21:44:01 +00:00
6c908bc3a0 Update theme colors 2026-06-23 21:43:36 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--background: #fffafa;
--card: #ffffff;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
/* @layout/border-radius/rounded */
--radius: 0.5rem;