From b86b23f52860e5b8c0b178c786d9e7810f8df7c3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 08:18:18 +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 6bef53e..8fbcdce 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --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: #15479c; + --background-accent: #a8cce8; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1