From 1f6edc21ddfcf006b60d95e9fad23b0ed7c88d99 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 23:39:39 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 c018d7f..9b7e513 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #d6c6ae; + --background: #fdf8fb; --card: #ffffff; --foreground: #2d1b2d; --primary-cta: #4a1e4a; --primary-cta-text: #e69f9f; - --secondary-cta: #fdf8fb; + --secondary-cta: #e6d7e6; --secondary-cta-text: #2d1b2d; --accent: #f129f1; - --background-accent: #e6d7e6; + --background-accent: #fdf8fb; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);