From ec5a3864bbcbfaa0d8b13e366af3bb67e7ff8138 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 09:26:36 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5038a9b..032d425 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1f514c; - --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #159c49; - --background-accent: #a8e8ba; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #001f19e6; + --primary-cta: #17a2b8; + --primary-cta-text: #ffffff; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #001f19e6; + --accent: #a8e8d5; + --background-accent: #7fd4c1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);