From 8ac28c68c1786342b2d959a787b1a7a4f0676183 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:39:00 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1b816ec..6396a52 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #1b0c25; - --primary-cta: #1b0c25; + --background: #ffffff; + --card: #f5f5f5; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #1b0c25; - --accent: #ff93e4; - --background-accent: #e8a8c3; + --accent: #333333; + --background-accent: #e0e0e0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1