From ab456f89c383085f2793226c95a695a6b9d2337d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 28 Jan 2026 16:04:10 +0200 Subject: [PATCH] Edit: 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 f55778f..492b2ed 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #250c0d;; - --primary-cta: #b82b40;; - --secondary-cta: #ffffff;; - --accent: #b90941;; - --background-accent: #e8a8b6;; */ + /* --background: #162b17;; + --card: #234126;; + --foreground: #f2f2f2;; + --primary-cta: #4CAF50;; + --secondary-cta: #2e7d32;; + --accent: #76ff03;; + --background-accent: #1e3c1f;; */ - --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #250c0d;; - --primary-cta: #b82b40;; - --secondary-cta: #ffffff;; - --accent: #b90941;; - --background-accent: #e8a8b6;; + --background: #162b17;; + --card: #234126;; + --foreground: #f2f2f2;; + --primary-cta: #4CAF50;; + --secondary-cta: #2e7d32;; + --accent: #76ff03;; + --background-accent: #1e3c1f;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);