From 54c6a70ac3a1fb1e5e06fbc11941bd95b6eda787 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 23 Jan 2026 17:30:00 +0200 Subject: [PATCH] Theme: change theme to dark green --- src/app/globals.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 8b34a10..d75c11b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,20 +5,20 @@ /* --vw is set by ThemeProvider */ /* --background: #1b5e20;; - --card: #dad6cd;; - --foreground: #2a2928;; - --primary-cta: #2a2928;; - --secondary-cta: #ecebea;; - --accent: #ffffff;; - --background-accent: #ffffff;; */ + --card: #216832;; + --foreground: #ffffff;; + --primary-cta: #69f0ae;; + --secondary-cta: #a5d6a7;; + --accent: #ffd54f;; + --background-accent: #2e7d32;; */ - --background: #f5f4ef;; - --card: #dad6cd;; - --foreground: #2a2928;; - --primary-cta: #2a2928;; - --secondary-cta: #ecebea;; - --accent: #ffffff;; - --background-accent: #ffffff;; + --background: #1b5e20;; + --card: #216832;; + --foreground: #ffffff;; + --primary-cta: #69f0ae;; + --secondary-cta: #a5d6a7;; + --accent: #ffd54f;; + --background-accent: #2e7d32;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);