From afcc1b8bafab552199fa97cf3dcb69845e938c00 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 20:04:47 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.css b/src/index.css index 4b21576..d323a62 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #f7f6f7; --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0798ff; + --foreground: #1b0c25; + --primary-cta: #1b0c25; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; - --secondary-cta-text: #0c1325; - --accent: #93c7ff; - --background-accent: #a8cde8; + --secondary-cta-text: #1b0c25; + --accent: #ff93e4; + --background-accent: #e8a8c3; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1