From 5eafd928b5c2889ae996ef8be5c07cc69fcfbf34 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 20:37:55 +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 4cdf2b8..2a87edb 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f5faff; + --background: #e3deea; --card: #ffffff; - --foreground: #001122; - --primary-cta: #15479c; - --primary-cta-text: #f5faff; + --foreground: #27231f; + --primary-cta: #27231f; + --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --secondary-cta-text: #27231f; + --accent: #c68a62; + --background-accent: #c68a62; /* @layout/border-radius/rounded */ --radius: 0.5rem;