From 1c0cfba8edd11462ebbe9a31c1a0765245fa3503 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 10:54:45 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0d85661..b26860f 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: #fffffae6; - --primary-cta: #fde047; - --primary-cta-text: #f5f4ef; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #2a2928; - --accent: #737373; - --background-accent: #737373; + --background: #fcf8e3; + --card: #fffbe0; + --foreground: #3d3a2e; + --primary-cta: #FFD700; + --primary-cta-text: #3d3a2e; + --secondary-cta: #fef0a4; + --secondary-cta-text: #3d3a2e; + --accent: #fde047; + --background-accent: #fbf5d5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);