From cf76b4b02afd3fb72aeffa2bbbc358a39343f745 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 14:45:29 +0000 Subject: [PATCH] Bob AI: change theme to dark blue --- 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 577d754..3e2a437 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; - --foreground: #2e2521; - --primary-cta: #2e2521; - --secondary-cta: #ffffff; - --accent: #b2a28b; - --background-accent: #b2a28b; + --background: #2a303c; + --card: #333a4a; + --foreground: #ffffff; + --primary-cta: #ffffff; + --secondary-cta: #2a303c; + --accent: #5e81ac; + --background-accent: #5e81ac; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);