From 1fde5354da283c835950c92a90a61d2dc4e87a2d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 17:12:59 +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 87832fa..d08ec68 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/neutral */ - --background: #fffafa; + --background: #e3deea; --card: #ffffff; - --foreground: #1a0000; - --primary-cta: #e63946; - --primary-cta-text: #fffafa; + --foreground: #1f2027; + --primary-cta: #1f2027; + --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #1a0000; - --accent: #f5c4c7; - --background-accent: #f09199; + --secondary-cta-text: #1f2027; + --accent: #627dc6; + --background-accent: #627dc6; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1