From 48c0471981ff01263a327f701f437dd1383c0f35 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 15:24:53 +0000 Subject: [PATCH] Bob AI: Can you change the color to white and purple of th... --- 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 577d754..58e3c01 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,10 +10,10 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; + --background: #ffffff; --card: #f3ede2; --foreground: #2e2521; - --primary-cta: #2e2521; + --primary-cta: #6c5ce7; --secondary-cta: #ffffff; --accent: #b2a28b; --background-accent: #b2a28b;