From 594ef0748f078de224260da0cd45a19eebc2fe2c Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 15:49:53 +0200 Subject: [PATCH] Bob AI: update the theme to minimal grayscale --- 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 613ab27..395ff67 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,13 +6,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #006699;; - --card: #004c75;; - --foreground: #ff6b6b;; - --primary-cta: #00bfff;; - --secondary-cta: #0099cc;; - --accent: #00ccff;; - --background-accent: #0099cc;; + --background: #f4f4f4;; + --card: #e0e0e0;; + --foreground: #333333;; + --primary-cta: #cccccc;; + --secondary-cta: #bfbfbf;; + --accent: #999999;; + --background-accent: #d3d3d3;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);