From d24ea2dc75de122f77adddb276d2c608f8aa1a4f Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 20:22:38 +0000 Subject: [PATCH] Bob AI: Change the card color to red --- 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 7077750..390b34b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,7 +3,7 @@ /* --vw is set by ThemeProvider */ /* --background: #fffafa;; - --card: #f0fff0;; + --card: #ff0000;; --foreground: "Inter", sans-serif;; --primary-cta: #800080;; --secondary-cta: "Inter", sans-serif;; @@ -11,7 +11,7 @@ --background-accent: #20b2aa;; */ --background: #ffffff;; - --card: #f0fff0;; + --card: #ff0000;; --foreground: "Inter", sans-serif;; --primary-cta: #800080;; --secondary-cta: "Inter", sans-serif;;