From 2b89fa8e29e811f65eba103712716433fcf3a79d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 15:26:16 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 0ee1256..cbb85dd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f0eaf7; - --card: #ffffff; - --foreground: #3d2a71; - --primary-cta: #4a3b8d; + --background: #ffffff; + --card: #f0f0f0; + --foreground: #1a1a1a; + --primary-cta: #000000; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #e0e0e0; --secondary-cta-text: #3d2a71; - --accent: #b39ddb; - --background-accent: #5e4b9e; + --accent: #cccccc; + --background-accent: #f9f9f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);