From c5e2c21ec0fbc6b79f0a4a9bdc1cf1f60b1b7e0e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:18:05 +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 b7afc67..2758245 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; - --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; - --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --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 a43afe14a198b39ab003ed84bc721f12652638c6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:18:06 +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..dbdbc9e 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: #511f1f; + --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; - --secondary-cta-text: #0c1325; - --accent: #93b7ff; - --background-accent: #a8bae8; + --secondary-cta-text: #1c1c1c; + --accent: #e63946; + --background-accent: #e8bea8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1