From 5d80dc41643a32f38f7a80004641c6e11e580401 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 19:49:01 +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 768f155..b36d460 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #936e00; + --background: #a84400; --card: #969393; --foreground: #0a0a0a; --primary-cta: #0f172a;