From e436bea81503fcbc884470b2e9c747af39423bbc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:55:49 +0000 Subject: [PATCH 1/2] Update theme colors --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ad6364b..d60c0a4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfaff; + --background: #e3deea; --card: #ffffff; - --foreground: #0f0022; - --primary-cta: #8b5cf6; - --primary-cta-text: #fbfaff; + --foreground: #1f2027; + --primary-cta: #1f2027; + --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #0f0022; - --accent: #d8cef5; - --background-accent: #c4a8f9; + --secondary-cta-text: #1f2027; + --accent: #627dc6; + --background-accent: #627dc6; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From aec09d818996f5c54c8c798b134fb500acdfe0b8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:55:51 +0000 Subject: [PATCH 2/2] Update theme colors --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d60c0a4..32083d5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #e3deea; --card: #ffffff; - --foreground: #1f2027; - --primary-cta: #1f2027; + --foreground: #27231f; + --primary-cta: #27231f; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #1f2027; - --accent: #627dc6; - --background-accent: #627dc6; + --secondary-cta-text: #27231f; + --accent: #c68a62; + --background-accent: #c68a62; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1