From a6ddba837b16fe8daecb16223be79d95fdcbe5e0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 09:57:55 +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 057d811..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: #1c1c1c; - --primary-cta-text: #f5f5f5; + --foreground: #1f2027; + --primary-cta: #1f2027; + --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #159c49; - --background-accent: #a8e8ba; + --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