From af1f3ef1dece825c6f12e257e86172f8a5f6432b Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 15:47:50 +0200 Subject: [PATCH] Bob AI: change theme to dark --- src/app/globals.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 5486fc7..5a322e3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,13 +6,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #e0f7fa;; - --card: #ffffff;; - --foreground: #000000;; + --background: #121212;; + --card: #1e1e1e;; + --foreground: #ffffff;; --primary-cta: #00bcd4;; - --secondary-cta: #ffffff;; + --secondary-cta: #b2ebf2;; --accent: #0097a7;; - --background-accent: #b2ebf2;; + --background-accent: #0097a71a;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);