From 21db83c26981fc1d6242dbe4fc3db2db303c9459 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 10:17:12 +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..96efa0b 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: #2c3e50; + --card: #34495e; + --foreground: #ecf0f1; + --primary-cta: #ecf0f1; + --secondary-cta: #2c3e50; + --accent: #3498db; + --background-accent: #3498db; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);