From 092544ea2af1e8ebe195f4f48ca88b8d3230b3d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 15:22:32 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0650137..7a12233 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #fffafa; --card: #fff7f7; --foreground: #1a0000; --primary-cta: #e63946; - --primary-cta-text: #ffffff; + --primary-cta-text: #fffafa; --secondary-cta: #ffffff; --secondary-cta-text: #1a0000; - --accent: #ffdf7d; + --accent: #f5c4c7; --background-accent: #f09199; /* text sizing - set by ThemeProvider */