From c7cb40ce033245eda874987ef8ff7c82e25bc85e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 22:52:33 +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 a34b3a2..62ab8b9 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/lightPurple */ - --background: #fafffb; + --background: #e3deea; --card: #ffffff; - --foreground: #001a0a; - --primary-cta: #0a705f; - --primary-cta-text: #fafffb; + --foreground: #27231f; + --primary-cta: #27231f; + --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbfb8; + --secondary-cta-text: #27231f; + --accent: #c68a62; + --background-accent: #c68a62; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1