From cc7121cdb72faabebbfc58d405820d3f09cb6560 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 15:40:47 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index 9a783d6..0e9606c 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #ffffff; + --background: #f5faff; --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #C9A84C; - --primary-cta-text: #1a1a1a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffff; - --accent: #E8C96B; - --background-accent: #f5f5f5; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; + --secondary-cta: #ffffff; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* @layout/border-radius/rounded */ --radius: 1.5rem; -- 2.49.1