From 7ca12046156c02e9b476fd6ba3a2286eee989590 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 17:26:01 +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 d08ec68..d024149 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/neutral */ - --background: #e3deea; + --background: #f5f5f5; --card: #ffffff; - --foreground: #1f2027; - --primary-cta: #1f2027; - --primary-cta-text: #e3deea; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; + --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; - --secondary-cta-text: #1f2027; - --accent: #627dc6; - --background-accent: #627dc6; + --secondary-cta-text: #1c1c1c; + --accent: #e63946; + --background-accent: #e8bea8; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1