From 9582d791ce38ddb9814d9022c9a96b5c3911d3d2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 19:13:27 +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 2eb7506..c8ce26f 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: #1f3251; - --primary-cta-text: #f5f5f5; + --foreground: #0c1325; + --primary-cta: #0798ff; + --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --secondary-cta-text: #0c1325; + --accent: #93c7ff; + --background-accent: #a8cde8; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1