From 2a9dbcd032aab94a8e127a6b135c42318579ab82 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 09:21:11 +0000 Subject: [PATCH] Update src/app/globals.css --- 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 f6560f8..ec1ad3f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #efebe5;; - --card: #f7f2ea;; - --foreground: #000000;; - --primary-cta: #000000;; - --secondary-cta: #ffffff;; - --accent: #e7d7c1;; - --background-accent: #f7f2ea;; */ + /* --background: #000802;; + --card: #0b1a0b;; + --foreground: #e6ffe6;; + --primary-cta: #80da9b;; + --secondary-cta: #07170b;; + --accent: #38714a;; + --background-accent: #2c6541;; */ - --background: #efebe5;; - --card: #f7f2ea;; - --foreground: #000000;; - --primary-cta: #000000;; - --secondary-cta: #ffffff;; - --accent: #e7d7c1;; - --background-accent: #f7f2ea;; + --background: #000802;; + --card: #0b1a0b;; + --foreground: #e6ffe6;; + --primary-cta: #80da9b;; + --secondary-cta: #07170b;; + --accent: #38714a;; + --background-accent: #2c6541;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);