From 00999fdbe7811dc7cf3cee0dd62910387881c3e5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:48:46 +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 e42e924..31b5e14 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #edcf0e; + --card: #d5ba07; --foreground: #001122; --primary-cta: #9c1414; --primary-cta-text: #f5f5f5; -- 2.49.1