From 4093c2e99846a9064108674a53d9fb4acd4856e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:08:11 +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 9c9139f..509501a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f8f8f8; + --background: #f9f9f9; + --card: #ffffff; --foreground: #1a1a1a; - --primary-cta: #3A938C; + --primary-cta: #008B8B; --primary-cta-text: #ffffff; - --secondary-cta: #E0E0E0; - --secondary-cta-text: #1A1A1A; - --accent: #3A938C; - --background-accent: #3A938C; + --secondary-cta: #e0e0e0; + --secondary-cta-text: #1a1a1a; + --accent: #008B8B; + --background-accent: #a8e8e8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);