From cb25c9dc4fe63fdc22b9138b11e36ac624ec68f6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 14:17:18 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.css b/src/index.css index 21e9667..3683e9c 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #e3deea; --card: #ffffff; - --foreground: #1f2027; - --primary-cta: #1f2027; + --foreground: #27231f; + --primary-cta: #27231f; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #1f2027; - --accent: #627dc6; - --background-accent: #627dc6; + --secondary-cta-text: #27231f; + --accent: #c68a62; + --background-accent: #c68a62; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1