From 17b283baee8799253d3b5117b1f6286593ef6b42 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:09:53 +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 9ad3ff4..de9bee2 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #f7f6f7; --card: #ffffff; - --foreground: #25190c; - --primary-cta: #ff6207; + --foreground: #250c0d; + --primary-cta: #b82b40; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; - --secondary-cta-text: #25190c; - --accent: #ffce93; - --background-accent: #e8cfa8; + --secondary-cta-text: #250c0d; + --accent: #b90941; + --background-accent: #e8a8b6; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1