From bdd66bb8ecc8a8f5bbc058a9f2168a25b5286eca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 22:58:53 +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 a459915..167d41a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #dee9f0; + --background: #ba9993; --card: #e6c6cf; - --foreground: #f6f5f3; + --foreground: #faf6eb; --primary-cta: #bb164c; --primary-cta-text: #f7f0f3; --secondary-cta: #f9d9e8;