From 2151cc2cbdd50217c9698ea14d725c06b9a80567 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 26 Jan 2026 20:34:07 +0200 Subject: [PATCH] Edit: change theme to green --- src/app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index b427601..dcddaa6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -12,7 +12,7 @@ --accent: #ffffff;; --background-accent: #f4d03f; ; */ - --background: #2a2928;; + --background: #d7f7d7;; --card: #dad6cd;; --foreground: #2a2928;; --primary-cta: #2a2928;; @@ -523,4 +523,4 @@ h4, h5, h6 { font-family: var(--font-manrope), sans-serif; -} \ No newline at end of file +}