From 1ab1ac7aca2fbba716cf52edba3a744cbab101d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 13:11:00 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 2154c34..12c9519 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #ffffff; + --card: #f9f9f9; --foreground: #000000; --primary-cta: #000000; --primary-cta-text: #f7f6f7; - --secondary-cta: #000000; + --secondary-cta: #f9f9f9; --secondary-cta-text: #0c1325; - --accent: #000000; - --background-accent: #e5e5e5; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);