From 851fed291f85427df6b540911606b559fc1e5218 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 21:45:53 +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 477b99b..51b667b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,12 +5,12 @@ /* --vw is set by ThemeProvider */ --background: #1a1a2e;; - --card: #f5deb3;; - --foreground: #ff6b6b;; - --primary-cta: #e0a862;; - --secondary-cta: #d7b6a1;; - --accent: #e91e8f;; - --background-accent: #f5deb3;; + --card: #2c2c3e;; + --foreground: #ffffff;; + --primary-cta: #62c78e;; + --secondary-cta: #888899;; + --accent: #62c78e;; + --background-accent: #2c2c3e;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);