From de34b4a0789d3c9baa5bb313aedf91cadcd4312c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 17:07:59 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 2dcaaa0..a477077 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000802; + --background: #1d681e; --card: #0b1a0b; --foreground: #e6ffe6; --primary-cta: #80da9b;