From bd558ce7c91239f21e7b201393b1cf2b97fe9b05 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 13:13:27 +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 17b9b4c..94c0d2c 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #f7f6f7; --card: #ffffff; - --foreground: #250c0d; - --primary-cta: #b82b40; + --foreground: #1b0c25; + --primary-cta: #1b0c25; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; - --secondary-cta-text: #250c0d; - --accent: #b90941; - --background-accent: #e8a8b6; + --secondary-cta-text: #1b0c25; + --accent: #ff93e4; + --background-accent: #e8a8c3; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1