From ab9a36ec4f1494cfcc27a0ec8537cfd45c918117 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 19:52:20 +0000 Subject: [PATCH] Bob AI: Can you change the website to light green and whit... --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 577d754..e5d3678 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,10 +11,10 @@ --background-accent: #ffffff; */ --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; - --secondary-cta: #ffffff; + --card: #e6f5e6; + --foreground: #ffffff; + --primary-cta: #ffffff; + --secondary-cta: #2e2521; --accent: #b2a28b; --background-accent: #b2a28b;