From 1d925878bb40c83c55c2060d876364ace2b3ce3f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:18:44 +0000 Subject: [PATCH] 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 d2ffc19..d60c0a4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #e3deea; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1f3251; - --primary-cta-text: #f5f5f5; + --foreground: #1f2027; + --primary-cta: #1f2027; + --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --secondary-cta-text: #1f2027; + --accent: #627dc6; + --background-accent: #627dc6; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);