From 74390b0642423840edc0b0f7ead9cde5c36cde95 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:53:24 +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 f4f822d..d45f2bf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ebc819; + --background: #b29400; --card: #dad6cd; --foreground: #2a2928; --primary-cta: #2a2928; -- 2.49.1