From a095fc69d5b7f598821d0dac12e4c1022e5564b3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:19:07 +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 dc5a5ea..45e88b2 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: #ffffffe6; - --primary-cta: #ff3d4a; + --background: #fef9e7; + --card: #fcf5d8; + --foreground: #2d2416; + --primary-cta: #1f5a96; --primary-cta-text: #f5f5f5; - --secondary-cta: #1a1a1a; + --secondary-cta: #fcf5d8; --secondary-cta-text: #1c1c1c; - --accent: #106efb; - --background-accent: #106efb; + --accent: #ffc107; + --background-accent: #ffc107; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1