From e083a935ab1ea97ab65d576da4ee77af12f0265b Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 13:35:31 +0000 Subject: [PATCH] Bob AI: change color theme to red --- src/app/globals.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 30127bf..c365545 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #e6f5ff;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #0074d9;; - --secondary-cta: #ffffff;; - --accent: #00bfff;; - --background-accent: #a8e8ff;; */ + /* --background: #ffdddd;; + --card: #ffcccc;; + --foreground: #330000;; + --primary-cta: #ff6666;; + --secondary-cta: #ff9999;; + --accent: #ff0000;; + --background-accent: #ffdddd;; */ --background: #f5f5f5;; --card: #ffffff;; --foreground: #1c1c1c;;