From ae549bcb9bb2f7d89ff8f3dae91aa46eaa232a13 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:34:56 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a6227d9..3ef82f4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #f5f5f5;; - --primary-cta: #dfff1c;; - --secondary-cta: #1a1a1a;; - --accent: #dfff1c;; - --background-accent: #5d6b00;; */ + /* --background: #FDFDFD;; + --card: #F8F7F7;; + --foreground: #2b2b2b;; + --primary-cta: #CEB28F;; + --secondary-cta: #F8F7F7;; + --accent: #EDD2A3;; + --background-accent: #AF8E67;; */ - --background: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #f5f5f5;; - --primary-cta: #dfff1c;; + --background: #FDFDFD;; + --card: #F8F7F7;; + --foreground: #2b2b2b;; + --primary-cta: #CEB28F;; --primary-cta-text: #0a0a0a;; - --secondary-cta: #1a1a1a;; + --secondary-cta: #F8F7F7;; --secondary-cta-text: #ffffff;; - --accent: #dfff1c;; - --background-accent: #5d6b00;; + --accent: #EDD2A3;; + --background-accent: #AF8E67;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);