From c6727cb32db6eb7c60e356fa79edf97f0f90cac5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:07:53 +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 2758245..5b5ee1c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0b07ff; + --background: #1a1410; + --card: #2d2420; + --foreground: #f5f1ed; + --primary-cta: #d4734f; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #2d2420; --secondary-cta-text: #0c1325; - --accent: #93b7ff; - --background-accent: #a8bae8; + --accent: #e8aa6f; + --background-accent: #c97f52; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);