From cfb6cc6a378a4f3d42fdd40a0354c42f29d846e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:09:31 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index a29b835..832bd5e 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #e3deea; + --background: #f5f5f5; --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; - --primary-cta-text: #e3deea; + --foreground: #1c1c1c; + --primary-cta: #511f1f; + --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; - --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --secondary-cta-text: #1c1c1c; + --accent: #8f3838; + --background-accent: #c9725c; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1