From 4d8656a7a79d2c2c6a24bf6e7213fdd52f9b3302 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 01:11:29 +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 e0bd779..23cf66e 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fafffb; + --background: #f5faff; --card: #ffffff; - --foreground: #001a0a; - --primary-cta: #0a705f; - --primary-cta-text: #fafffb; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; --secondary-cta: #ffffff; - --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbfb8; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* @layout/border-radius/rounded */ --radius: 0.5rem;