diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 16b227d..e487491 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #0a0a0a;; --card: #000000;; - --foreground: #ffff00;; - --primary-cta: #000000;; - --secondary-cta: #ffff00;; - --accent: #000000;; - --background-accent: #ffff00;; */ + --foreground: #ff0000;; + --primary-cta: #ff0000;; + --secondary-cta: #000000;; + --accent: #ff0000;; + --background-accent: #000000;; */ --background: #000000;; --card: #000000;; - --foreground: #ffff00;; - --primary-cta: #000000;; - --secondary-cta: #ffff00;; - --accent: #000000;; - --background-accent: #ffff00;; + --foreground: #ff0000;; + --primary-cta: #ff0000;; + --secondary-cta: #000000;; + --accent: #ff0000;; + --background-accent: #000000;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);