Update theme colors

This commit is contained in:
2026-06-14 05:58:48 +00:00
parent 1f551347c7
commit 20f6f75d31

View File

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