From 1cd3810ec15186826453c4b1b257f8e0e0fc9daa Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 18:07:01 +0200 Subject: [PATCH] Bob AI: Change the color theme to dark blue and gold --- src/app/styles/variables.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index bddff9f..ce3dcc2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #f5f4ef;; - --card: #dad6cd;; - --foreground: #2a2928;; - --primary-cta: #2a2928;; - --secondary-cta: #efe7dd;; + --card: #1e1e2f;; + --foreground: #ffffff;; + --primary-cta: #ffd700;; + --secondary-cta: #b5a642;; --accent: #ffffff;; - --background-accent: #c6b180;; */ + --background-accent: #2a2438;; */ - --background: #f5f4ef;; - --card: #dad6cd;; - --foreground: #2a2928;; - --primary-cta: #2a2928;; - --secondary-cta: #efe7dd;; + --background: #121226;; + --card: #1e1e2f;; + --foreground: #ffffff;; + --primary-cta: #ffd700;; + --secondary-cta: #b5a642;; --accent: #ffffff;; - --background-accent: #c6b180;; + --background-accent: #2a2438;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);