From d654c96e65e797409f50fb50b2e5b83ecd22faf6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:57:29 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0fed623..08e20db 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; + --card: #f7f2ea; --foreground: #1a1a1a; --primary-cta: #1c1c1c; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #efebe5; --secondary-cta-text: #1c1c1c; --accent: #e2e2e2; - --background-accent: #f5f5f5; + --background-accent: #f5f4f0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);