From d74f52afece55a832a9f5e2383555675ac901cc8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 19:55:51 +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 f5ebe07..a05f209 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fbfaff; + --background: #f5f5f5; --card: #ffffff; - --foreground: #0f0022; - --primary-cta: #8b5cf6; - --primary-cta-text: #fbfaff; + --foreground: #1c1c1c; + --primary-cta: #1f514c; + --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; - --secondary-cta-text: #0f0022; - --accent: #d8cef5; - --background-accent: #c4a8f9; + --secondary-cta-text: #1c1c1c; + --accent: #159c49; + --background-accent: #a8e8ba; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1