From f68b5a1ebdb3e435dd2b6cee30198bccee875385 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:26:45 +0000 Subject: [PATCH] Switch to version 1: modified 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 f0d3b77..da8ab6f 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: #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;; + --secondary-cta: #ffffff;; + --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;;;; + --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;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);