From db558f0967910e0cdb9ea20edd279f3414e3bcd8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:22:13 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1a5bb9f..892d114 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; + --background: #e4f5ff; --card: #ffffff; - --foreground: #1a1a1a; + --foreground: #000000; --primary-cta: #2c2c2c; - --primary-cta-text: #f5f4f0; + --primary-cta-text: #2f2f2e; --secondary-cta: #f5f4f0; --secondary-cta-text: #1a1a1a; - --accent: #8a8a8a; + --accent: #3c56ff; --background-accent: #e8e6e1; /* text sizing - set by ThemeProvider */