From b1b3cc9ee1f3a0dbbae1e5a7d115e4b9e6d846de Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 29 Jan 2026 15:46:34 +0200 Subject: [PATCH] Bob AI: make website theme dark green --- src/app/globals.css | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index fabe415..e26a348 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #1c2833;; - --card: #2c3e50;; - --foreground: #ecf0f1;; + --background: #1b2b35;; + --card: #2c4a57;; + --foreground: #ffffff;; --primary-cta: #2ecc71;; - --secondary-cta: #3498db;; - --accent: #27ae60;; - --background-accent: #2ecc71;; */ - --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #250c0d;; - --primary-cta: #b82b40;; - --secondary-cta: #ffffff;; - --accent: #b90941;; - --background-accent: #e8a8b6;; - + --secondary-cta: #27ae60;; + --accent: #2ecc71;; + --background-accent: #27ae60;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); --text-xs: clamp(0.54rem, 0.72vw, 0.72rem); @@ -591,4 +583,4 @@ h4, h5, h6 { font-family: var(--font-work-sans), sans-serif; -} \ No newline at end of file +}