From 4ebc8255e9c1564210c229cd612757f62dd65c49 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 10:30:59 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cfa67d5..30a3a79 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,11 +11,11 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; + --card: #99baff; --foreground: #000612e6; --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #9bb4ff; --secondary-cta-text: #000612e6; --accent: #99b7ff; --background-accent: #6c8aff; -- 2.49.1