From ca5393d06acfdc444b04f0ce694b95e1ee231a1a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 13:24:09 +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 a8720e9..35eb635 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #e3deea; + --background: #f5faff; --card: #ffffff; - --foreground: #1f2027; - --primary-cta: #1f2027; - --primary-cta-text: #e3deea; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; --secondary-cta: #ffffff; - --secondary-cta-text: #1f2027; - --accent: #627dc6; - --background-accent: #627dc6; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* @layout/border-radius/rounded */ --radius: 1rem;