From 411f9b8caa96dcedabd9a8ac5a3be5d93e36360e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:10:48 +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 bf9aba6..49228cd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffefe; - --card: #f6f7f4; - --foreground: #080908; - --primary-cta: #0e3a29; + --background: #ffffff; + --card: #f5f5f5; + --foreground: #000000; + --primary-cta: #cc0000; --primary-cta-text: #ffffff; - --secondary-cta: #e7eecd; + --secondary-cta: #f5f5f5; --secondary-cta-text: #120a00e6; - --accent: #35c18b; - --background-accent: #ecebe4; + --accent: #cc0000; + --background-accent: #ffcccc; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1