From 8f642a30935bfd07157d940ecf07c06ff7f07ed4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 07:04:59 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9a4a98f..612e5a2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #d4af37; + --background: #fffafb; + --card: #ffffff; + --foreground: #5a2d3c; + --primary-cta: #ff85a2; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #fce4ec; --secondary-cta-text: #f5f5f5; - --accent: #b8860b; - --background-accent: #2a2a2a; + --accent: #ffccd5; + --background-accent: #f8bbd0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1