From 5c124f32800f52e7245390267e81a4f9b0906948 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:52:47 +0000 Subject: [PATCH] Update theme colors --- 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 c5a9b4c..65ffd3d 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: #f0f9fa; - --foreground: #002022; - --primary-cta: #0891b2; - --primary-cta-text: #fcf6ec; - --secondary-cta: #f0f9fa; - --secondary-cta-text: #2e2521; - --accent: #bae6fd; - --background-accent: #22d3ee; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; + --secondary-cta: #ffffff; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);