Update theme colors

This commit is contained in:
2026-07-01 11:18:30 +00:00
parent 00552e397b
commit e6a15b0f2d

View File

@@ -6,15 +6,15 @@
:root {
/* Dark theme with monochrome accents */
--background: #f5faff;
--background: #fbfaff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* @layout/border-radius/soft */
--radius: 1.5rem;