From f0b54eb12cfdb3e53c98f895f0185dbe925f1693 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 20:21:37 +0000 Subject: [PATCH] Bob AI: Make the background color white but the button col... --- 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 a02049f..7077750 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,15 +5,15 @@ /* --background: #fffafa;; --card: #f0fff0;; --foreground: "Inter", sans-serif;; - --primary-cta: #28a745;; + --primary-cta: #800080;; --secondary-cta: "Inter", sans-serif;; --accent: #90ee90;; --background-accent: #20b2aa;; */ - --background: #f5fffa;; + --background: #ffffff;; --card: #f0fff0;; --foreground: "Inter", sans-serif;; - --primary-cta: #28a745;; + --primary-cta: #800080;; --secondary-cta: "Inter", sans-serif;; --accent: #90ee90;; --background-accent: #20b2aa;; -- 2.49.1