From 7c7219ae599d01e86a1fc9569e92b3c90a5df4ce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 22:59:31 +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 167d41a..d7ff0ea 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ba9993; + --background: #d696af; --card: #e6c6cf; --foreground: #faf6eb; --primary-cta: #bb164c; --primary-cta-text: #f7f0f3; --secondary-cta: #f9d9e8; --secondary-cta-text: #401a1c; - --accent: #eac0cd; + --accent: #f4d8e4; --background-accent: #e8c1d3; /* text sizing - set by ThemeProvider */