From 5db9399ab1062b77f6fd7834a91fae11761631e6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 10:59:32 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ea650aa..c2e3e36 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: #ffffff;; - --card: #f8f8f8;; - --foreground: #222222;; - --primary-cta: #e63946;; - --secondary-cta: #32b889;; - --accent: #f0f0f0;; - --background-accent: #e0e0e0;; */ + /* --background: #fcfaff;; + --card: #f7f4ff;; + --foreground: #2b0a3d;; + --primary-cta: #7c3aed;; + --secondary-cta: #3b82f6;; + --accent: #a78bfa;; + --background-accent: #e0d5ff;; */ - --background: #ffffff;; - --card: #f8f8f8;; - --foreground: #222222;; - --primary-cta: #e63946;; + --background: #fcfaff;; + --card: #f7f4ff;; + --foreground: #2b0a3d;; + --primary-cta: #7c3aed;; --primary-cta-text: #ffffff;; - --secondary-cta: #32b889;; - --secondary-cta-text: #120a00e6;; - --accent: #f0f0f0;; - --background-accent: #e0e0e0;; + --secondary-cta: #3b82f6;; + --secondary-cta-text: #ffffff;; + --accent: #a78bfa;; + --background-accent: #e0d5ff;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1