From e06e5938398890f695959469c998834e67122d20 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:26:05 +0000 Subject: [PATCH 1/2] Update theme colors --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7bc680e..7501f6e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdfaf7; + --background: #f5faff; --card: #ffffff; - --foreground: #3a3a3a; - --primary-cta: #E8743B; - --primary-cta-text: #ffffff; - --secondary-cta: #C85A54; - --secondary-cta-text: #ffffff; - --accent: #F5E6D3; - --background-accent: #F5E6D3; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; + --secondary-cta: #ffffff; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 1668ddc2e0301e63e47fe769f4e8fc9780454f44 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:26:07 +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 7501f6e..e803843 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; + --background: #fafffb; --card: #ffffff; - --foreground: #001122; - --primary-cta: #15479c; - --primary-cta-text: #f5faff; + --foreground: #001a0a; + --primary-cta: #0a705f; + --primary-cta-text: #fafffb; --secondary-cta: #ffffff; - --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --secondary-cta-text: #001a0a; + --accent: #a8d9be; + --background-accent: #6bbfb8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1