From 46b94790a8da42da1e651b702c76268316111fb4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 16:55:41 +0200 Subject: [PATCH] Bob AI: change theme to something more calm --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7b10d34..45b14ed 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,13 +10,13 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5c2c2; - --card: #f08080; - --foreground: #ff1493; - --primary-cta: #ff1493; - --secondary-cta: #f08080; - --accent: #ffc0cb; - --background-accent: #ffc0cb; + --background: #f5f5f5; + --card: #d3d3d3; + --foreground: #333333; + --primary-cta: #333333; + --secondary-cta: #d3d3d3; + --accent: #e6e6e6; + --background-accent: #e6e6e6; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);