diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f854842..9630ee4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,18 +5,18 @@ /* --background: #faf8fb;; --card: #ffffff;; --foreground: #1a1a1a;; - --primary-cta: #e91e8c;; + --primary-cta: #000000;; --secondary-cta: #ffffff;; - --accent: #22c55e;; - --background-accent: #86efac;; */ + --accent: #3b82f6;; + --background-accent: #60a5fa;; */ --background: #faf8fb;; --card: #ffffff;; --foreground: #1a1a1a;; - --primary-cta: #e91e8c;; + --primary-cta: #000000;; --secondary-cta: #ffffff;; - --accent: #22c55e;; - --background-accent: #86efac;; + --accent: #3b82f6;; + --background-accent: #60a5fa;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);