From 10e33b9c34cb5d8a9856268c8fd75bb6f64e7342 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 08:11:04 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9cee849..32d1d96 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: #f6f0e9;; - --card: #efe7dd;; - --foreground: #2b180a;; - --primary-cta: #2b180a;; - --secondary-cta: #efe7dd;; - --accent: #94877c;; - --background-accent: #afa094;; */ + /* --background: #060000;; + --card: #1d0d0d;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1f0a0a;; + --accent: #7b2d2d;; + --background-accent: #b8111f;; */ - --background: #f6f0e9;; - --card: #efe7dd;; - --foreground: #2b180a;; - --primary-cta: #2b180a;; - --primary-cta-text: #f6f0e9;; - --secondary-cta: #efe7dd;; - --secondary-cta-text: #2b180a;; - --accent: #94877c;; - --background-accent: #afa094;; + --background: #060000;; + --card: #1d0d0d;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --primary-cta-text: #060000;; + --secondary-cta: #1f0a0a;; + --secondary-cta-text: #ffe6e6;; + --accent: #7b2d2d;; + --background-accent: #b8111f;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);