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);