From 943b775552aeb25f64970303a08158aa483e4226 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 14:50:32 +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 3306dfd..0fb3fdb 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fbfaff; + --background: #e3deea; --card: #ffffff; - --foreground: #0f0022; - --primary-cta: #8b5cf6; - --primary-cta-text: #fbfaff; + --foreground: #27231f; + --primary-cta: #27231f; + --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #0f0022; - --accent: #d8cef5; - --background-accent: #c4a8f9; + --secondary-cta-text: #27231f; + --accent: #c68a62; + --background-accent: #c68a62; /* @layout/border-radius/rounded */ --radius: 1.5rem; -- 2.49.1