From 3671fd24b17e07a9dea0344a0ca8a93d996665fd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 11:13:31 +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 623c00a..f001a4e 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: 1rem;