From df3742183e8e88dfca7aee1701351ae4b44a957d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 17:56:05 +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 2f142a3..ac7a736 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; -- 2.49.1