From 44472357ce96fe26eb69db12e45bdfd6773a9708 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:36:18 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 854b199..658d2b1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; - --foreground: #0a2626; - --primary-cta: #008080; + --card: #f0f4f8; + --foreground: #001a33; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #eef6ff; --secondary-cta-text: #0a2626; - --accent: #c5a059; - --background-accent: #fdfbf7; + --accent: #a8cce8; + --background-accent: #eef6ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);