From ff7fb74d8d0b5bcb6773ecd2a781deed9063efc4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:42:24 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a859b88..dc2e7c2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f0e8; - --card: #ede8dc; - --foreground: #0f2218; - --primary-cta: #0f2218; + --background: #fafffb; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; --primary-cta-text: #f5f0e8; - --secondary-cta: #f5f0e8; + --secondary-cta: #ffffff; --secondary-cta-text: #0f2218; - --accent: #c9a84c; - --background-accent: #c4dbc9; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1