From 9183a1a35ff0f9cd2ebaedd39b6c492fbf81af9d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 12:13:56 +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 01ed52d..43ed759 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #1e1e1e; - --card: #2a2a2a; - --foreground: #f5f4ef; - --primary-cta: #c9a84c; + --background: #fffafa; + --card: #fff7f7; + --foreground: #1a0000; + --primary-cta: #e63946; --primary-cta-text: #1e1e1e; - --secondary-cta: #1e1e1e; + --secondary-cta: #ffffff; --secondary-cta-text: #f5f4ef; - --accent: #c9a84c; - --background-accent: #2a2a2a; + --accent: #f5c4c7; + --background-accent: #f09199; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);