diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 292bb90..45ac4d4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,22 +3,22 @@ /* --vw is set by ThemeProvider */ /* --background: #000000;; - --card: #1a2a1a;; - --foreground: #ffffff;; - --primary-cta: #ffffff;; - --secondary-cta: #0d1a0d;; - --accent: #2d4a2d;; - --background-accent: #c1e1c1;; */ + --card: #0F1113;; + --foreground: #EDE7DF;; + --primary-cta: #4A6BB8;; + --secondary-cta: #0F1113;; + --accent: #4A6BB8;; + --background-accent: #0F1113;; */ --background: #000000;; - --card: #1a2a1a;; - --foreground: #ffffff;; - --primary-cta: #ffffff;; + --card: #0F1113;; + --foreground: #EDE7DF;; + --primary-cta: #4A6BB8;; --primary-cta-text: #0a150a;; - --secondary-cta: #0d1a0d;; + --secondary-cta: #0F1113;; --secondary-cta-text: #e1f6e1;; - --accent: #2d4a2d;; - --background-accent: #c1e1c1;; + --accent: #4A6BB8;; + --background-accent: #0F1113;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);