From 33a23f03b8fef2c8c61485721d2ab44831ca23bb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 19:42:14 +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 1597b29..05896a8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #be8d01; + --background: #a17800; --card: #6b6767; --foreground: #0a0a0a; --primary-cta: #0f172a;