From 9bcb8f3c26ba01a194c690939e425e0d0f5fd22c Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 14:46:08 +0000 Subject: [PATCH] Bob AI: change theme to purple and yellow --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 577d754..fbc2ddc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,13 +10,13 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; + --background: #f6e6ff; + --card: #e6c3ff; --foreground: #2e2521; --primary-cta: #2e2521; - --secondary-cta: #ffffff; - --accent: #b2a28b; - --background-accent: #b2a28b; + --secondary-cta: #ffffcc; + --accent: #ffffcc; + --background-accent: #ffffcc; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);