From 673b12cf3d8434fe8b0c2c81857d2d3c8215f8da Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 17:13:08 +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 ca8e5d9..dc60e1a 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f7f6f7; + --background: #e3deea; --card: #ffffff; - --foreground: #25190c; - --primary-cta: #ff6207; - --primary-cta-text: #f7f6f7; + --foreground: #27231f; + --primary-cta: #27231f; + --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #25190c; - --accent: #ffce93; - --background-accent: #e8cfa8; + --secondary-cta-text: #27231f; + --accent: #c68a62; + --background-accent: #c68a62; /* @layout/border-radius/rounded */ --radius: 1.5rem;