From f171f7190e7326888cd443fe9bb43a753bd85ca8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 14:29:49 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8ffff17..ee991eb 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: #f7f6f7;; - --card: #ffffff;; - --foreground: #032419;; - --primary-cta: #2bb889;; - --secondary-cta: #ffffff;; - --accent: #09b97e;; - --background-accent: #a8e8c3;; */ + /* --background: #fffbf5;; + --card: #ffe8dc;; + --foreground: #5c2e1a;; + --primary-cta: #d32f2f;; + --secondary-cta: #ffd54f;; + --accent: #1976d2;; + --background-accent: #bbdefb;; */ - --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #032419;; - --primary-cta: #2bb889;; + --background: #fffbf5;; + --card: #ffe8dc;; + --foreground: #5c2e1a;; + --primary-cta: #d32f2f;; --primary-cta-text: #f7f6f7;; - --secondary-cta: #ffffff;; + --secondary-cta: #ffd54f;; --secondary-cta-text: #032419;; - --accent: #09b97e;; - --background-accent: #a8e8c3;; + --accent: #1976d2;; + --background-accent: #bbdefb;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1