From a2fab78c3a239fd12de587671ef4b8df716b162c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:25:52 +0000 Subject: [PATCH] Update theme colors --- 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 597def1..f0d3b77 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: #ffffff;;; - --card: #f5f5f5;;; - --foreground: #000000;;; - --primary-cta: #dc2626;;; - --secondary-cta: #ffffff;;; - --accent: #1f2937;;; - --background-accent: #1f2937;;; */ + /* --background: #000000;;;; + --card: #f5f5f5;;;; + --foreground: #000000;;;; + --primary-cta: #dc2626;;;; + --secondary-cta: #ffffff;;;; + --accent: #1f2937;;;; + --background-accent: #1f2937;;;; */ - --background: #ffffff;;; - --card: #f5f5f5;;; - --foreground: #000000;;; - --primary-cta: #dc2626;;; - --primary-cta-text: #ffffff;;; - --secondary-cta: #ffffff;;; - --secondary-cta-text: #000000;;; - --accent: #1f2937;;; - --background-accent: #1f2937;;; + --background: #000000;;;; + --card: #f5f5f5;;;; + --foreground: #000000;;;; + --primary-cta: #dc2626;;;; + --primary-cta-text: #ffffff;;;; + --secondary-cta: #ffffff;;;; + --secondary-cta-text: #000000;;;; + --accent: #1f2937;;;; + --background-accent: #1f2937;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1