From 18117c4904d51d7b0682674948b34402ef3e6e2b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 18:19:45 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5b1c3c2..b317c14 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,7 +3,7 @@ /* --vw is set by ThemeProvider */ /* --background: #ffffff;; - --card: #f9f9f9;; + --card: #ffffff;; --foreground: #000000;; --primary-cta: #000000;; --secondary-cta: #ffffff;; @@ -11,7 +11,7 @@ --background-accent: #c4c4c4;; */ --background: #ffffff;; - --card: #f9f9f9;; + --card: #ffffff;; --foreground: #000000;; --primary-cta: #000000;; --secondary-cta: #ffffff;; -- 2.49.1