diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1d82b64..0387a71 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,22 +3,22 @@ /* --vw is set by ThemeProvider */ /* --background: #ffffff;; - --card: #1a1a1a;; - --foreground: #ffffff;; - --primary-cta: #00d9ff;; - --secondary-cta: #1a1a1a;; - --accent: #00d9ff;; - --background-accent: #2a2a2a;; */ + --card: #1a1f3a;; + --foreground: #f0f4ff;; + --primary-cta: #00f0ff;; + --secondary-cta: #6366f1;; + --accent: #00f0ff;; + --background-accent: #2d3561;; */ - --background: #0f0f0f;; - --card: #1a1a1a;; - --foreground: #ffffff;; - --primary-cta: #00d9ff;; + --background: #0a0e27;; + --card: #1a1f3a;; + --foreground: #f0f4ff;; + --primary-cta: #00f0ff;; --primary-cta-text: #ffffff;; - --secondary-cta: #1a1a1a;; + --secondary-cta: #6366f1;; --secondary-cta-text: #000000;; - --accent: #00d9ff;; - --background-accent: #2a2a2a;; + --accent: #00f0ff;; + --background-accent: #2d3561;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);