From 2c85b5e5b195a645fad9fe5464777239a3f8006b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 16:54:52 +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 d2ffc19..3bb149a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #cf9898; --card: #ffffff; --foreground: #1c1c1c; --primary-cta: #1f3251; -- 2.49.1