From 47fb1a26ac17fde4c3598be8e8b2d5b7ade1a501 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 11:18:31 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index ae136e5..06bd42d 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #e3deea; - --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; - --primary-cta-text: #e3deea; + --background: #efebe5; + --card: #f7f2ea; + --foreground: #000000; + --primary-cta: #000000; + --primary-cta-text: #efebe5; --secondary-cta: #ffffff; - --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --secondary-cta-text: #000000; + --accent: #ffffff; + --background-accent: #e1b875; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1