From 41f75abbd0364a518cd254ed0c7c352ddaa0147b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 22:03:08 +0000 Subject: [PATCH 1/2] Update theme colors --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3a5c203..2758245 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #ffdf7d; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #8b6914; + --background: #f7f6f7; + --card: #ffffff; + --foreground: #0c1325; + --primary-cta: #0b07ff; + --primary-cta-text: #f7f6f7; + --secondary-cta: #ffffff; + --secondary-cta-text: #0c1325; + --accent: #93b7ff; + --background-accent: #a8bae8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 358614506362272aa37e8d176a4a2d1b6042284f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 22:03:10 +0000 Subject: [PATCH 2/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 2758245..92128b0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #f5f5f5; --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0b07ff; - --primary-cta-text: #f7f6f7; + --foreground: #1c1c1c; + --primary-cta: #341f51; + --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; - --secondary-cta-text: #0c1325; - --accent: #93b7ff; - --background-accent: #a8bae8; + --secondary-cta-text: #1c1c1c; + --accent: #6139e6; + --background-accent: #b3a8e8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1