From 12a590733f4ff8a54e0d042a683331e81a7fc49c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 20:04:34 +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 dfb26b6..4b21576 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f5f5f5; + --background: #f7f6f7; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #341f51; - --primary-cta-text: #f5f5f5; + --foreground: #0c1325; + --primary-cta: #0798ff; + --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #6139e6; - --background-accent: #b3a8e8; + --secondary-cta-text: #0c1325; + --accent: #93c7ff; + --background-accent: #a8cde8; /* @layout/border-radius/rounded */ --radius: 0.5rem;