From bfe0f488d55287ad691b33c00152acb2d6dbe860 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:54:09 +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 3074899..af0c192 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #f0f8ff; - --card: #e6f3ff; - --foreground: #001f3f; - --primary-cta: #15479c; + --card: #dceeff; + --foreground: #001a33; + --primary-cta: #1e4d8c; --primary-cta-text: #f5f5f5; - --secondary-cta: #d1e9ff; + --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #005a8d; - --background-accent: #bfdfff; + --accent: #003366; + --background-accent: #cce4ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1