From f5cbc40eabda7fdc5afdcd9f261d6c116873df91 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:23:22 +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 f4e1387..8dcd580 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f5f4f0; - --card: #f8acac; + --card: #fbcfcf; --foreground: #1a1a1a; --primary-cta: #2c2c2c; --primary-cta-text: #f6f0e9; -- 2.49.1