From 19553d5bb5bd0bbc2fe170ca3d73b3beee901c67 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:54:06 +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 7a9166c..fa69822 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: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; - --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; */ + /* --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #f5f5f5;; + --primary-cta: #ff0000;; + --secondary-cta: #1a1a1a;; + --accent: #991b1b;; + --background-accent: #7f1d1d;; */ - --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #f5f5f5;; + --primary-cta: #ff0000;; --primary-cta-text: #fffafa;; - --secondary-cta: #ffffff;; + --secondary-cta: #1a1a1a;; --secondary-cta-text: #1a0000;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --accent: #991b1b;; + --background-accent: #7f1d1d;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1