From 8d8f569947c3208469ab3031630d4c5e0dc0af83 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 23 Jan 2026 17:33:32 +0200 Subject: [PATCH] Theme: change theme to dark green --- src/app/globals.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 14d660c..9555fac 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5; - --card: #ffffff; - --foreground: #333333; - --primary-cta: #007bff; - --secondary-cta: #cccccc; - --accent: #ff6347; - --background-accent: #f0f0f0; */ + /* --background: #222821; + --card: #283027; + --foreground: #e8f0e3; + --primary-cta: #90be6d; + --secondary-cta: #4f5b4b; + --accent: #f9d77e; + --background-accent: #313b33; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #333333; - --primary-cta: #007bff; - --secondary-cta: #cccccc; - --accent: #ff6347; - --background-accent: #f0f0f0; + --background: #222821; + --card: #283027; + --foreground: #e8f0e3; + --primary-cta: #90be6d; + --secondary-cta: #4f5b4b; + --accent: #f9d77e; + --background-accent: #313b33; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);