From 42e03e85509b15bbad209d737822bf926605a7ea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 21:11:18 +0000 Subject: [PATCH] Update theme colors --- 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 9e63ad3..1b5a14f 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: #d95a81;;;;; - --card: #FFF7E6;;;;; - --foreground: #2B1810;;;;; - --primary-cta: #C97A4A;;;;; - --secondary-cta: #FFF7E6;;;;; - --accent: #CFE3C8;;;;; - --background-accent: #6F8665;;;;; */ + /* --background: #e44c4c;;;;;; + --card: #FFF7E6;;;;;; + --foreground: #2B1810;;;;;; + --primary-cta: #C97A4A;;;;;; + --secondary-cta: #FFF7E6;;;;;; + --accent: #CFE3C8;;;;;; + --background-accent: #6F8665;;;;;; */ - --background: #d95a81;;;;; - --card: #FFF7E6;;;;; - --foreground: #2B1810;;;;; - --primary-cta: #C97A4A;;;;; + --background: #e44c4c;;;;;; + --card: #FFF7E6;;;;;; + --foreground: #2B1810;;;;;; + --primary-cta: #C97A4A;;;;;; --primary-cta-text: #FFFFFF;; - --secondary-cta: #FFF7E6;;;;; + --secondary-cta: #FFF7E6;;;;;; --secondary-cta-text: #2B1810;; - --accent: #CFE3C8;;;;; - --background-accent: #6F8665;;;;; + --accent: #CFE3C8;;;;;; + --background-accent: #6F8665;;;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);