From 59fbdbd92747b3f8c8a85add5318856712bc6c7e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:00:22 +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 b65712f..67116d3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; + --background: #ffffff; --card: #ffffff; --foreground: #27231f; --primary-cta: #c68a62; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --accent: #878787; + --background-accent: #700000; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1