From cfacb65cbfdc9e4f63d7b7e1bef3d8d8b7d668bf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 10:09:31 +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 4c54b7e..fd9ebfc 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; - --foreground: #001a4d; - --primary-cta: #0052cc; - --primary-cta-text: #f7f6f7; - --secondary-cta: #3b82f6; - --secondary-cta-text: #250c0d; - --accent: #1e40af; - --background-accent: #dbeafe; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #120006e6; + --primary-cta: #e63946; + --primary-cta-text: #ffffff; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #120006e6; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);