From c49da33fa00eade819668bdee49ddf6c3ab93e20 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 15:29:09 +0000 Subject: [PATCH] Bob AI: Are you able to change the colors of the website --- 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 58e3c01..9eaf01d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,12 +11,12 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f3ede2; + --card: #ffffff; --foreground: #2e2521; --primary-cta: #6c5ce7; --secondary-cta: #ffffff; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #6c5ce7; + --background-accent: #6c5ce7; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);