From d7028d2d979b7cc0fd049915c52d5637d8e24522 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:28:19 +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 0ba8b0b..c9df91e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #FFEB3B; + --background: #f5ec9f; --card: #FDD835; --foreground: #000000; --primary-cta: #000000;