From 90030acfc3c8bc2f506330e59b384a99b0d5b6d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 20:49:15 +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 4b11170..d45b6e6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0F1117; - --card: #181C26; - --foreground: #F5F0E8; - --primary-cta: #C8963E; - --primary-cta-text: #0F1117; - --secondary-cta: #F5F0E8; - --secondary-cta-text: #C8963E; - --accent: #E8B86D; - --background-accent: #2A2F3E; + --background: #fcf6ec; + --card: #f3ede2; + --foreground: #2e2521; + --primary-cta: #2e2521; + --primary-cta-text: #fcf6ec; + --secondary-cta: #ffffff; + --secondary-cta-text: #2e2521; + --accent: #b2a28b; + --background-accent: #b2a28b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);