From 2c561a08258097df619c95f880f3dc51e664c662 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:51:37 +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 99a809c..596a3a1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f8fafc; - --card: #ffffff; + --background: #ffffff; + --card: #f8fafd; --foreground: #0f172a; - --primary-cta: #1d4ed8; + --primary-cta: #1a73e8; --primary-cta-text: #ffffff; - --secondary-cta: #e0e7ff; - --secondary-cta-text: #1e3a5f; - --accent: #3b82f6; - --background-accent: #60a5fa; + --secondary-cta: #e6f4f1; + --secondary-cta-text: #0f172a; + --accent: #34a853; + --background-accent: #cfe8fc; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);