From 6ad5d36db54eaf3cfab772c842d409212ff9ca18 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:51:39 +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 1c1a633..b70161c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #d2b203; + --background: #131212; --card: #f9f9f9; --foreground: #ac8705; --primary-cta: #b8965a; -- 2.49.1