From 3b3c260ad5f634f0d0070ca6b97b570739dee0ba Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 20:59:47 +0200 Subject: [PATCH] Bob AI: change theme to dark --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 5560208..bec3a35 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,12 +5,12 @@ /* --vw is set by ThemeProvider */ --background: #1a1a2e;; - --card: #e0b385;; - --foreground: #ff6b6b;; - --primary-cta: #e7964e;; - --secondary-cta: #c77c41;; - --accent: #e91e8f;; - --background-accent: #f5d0a9;; + --card: #28283e;; + --foreground: #ffffff;; + --primary-cta: #3eb489;; + --secondary-cta: #66b2b2;; + --accent: #3eb489;; + --background-accent: #22223a;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);