From 8948604042c83b7109841d2fd87bb8ecea014cd6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:12:43 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..7db76c7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; + --background: #655c5c; + --card: #bab6b6; --foreground: #000f06e6; --primary-cta: #0a7039; --primary-cta-text: #ffffff; -- 2.49.1