From 77dfdcfafdca9b8862a280d8eed93c5679b53bc3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:43:11 +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 c2a6c84..bc18479 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,11 +10,11 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #5afcfc; + --background: #e6faff; --card: #fff7e9; --foreground: #1c1c1c; --primary-cta: #ff9a00; - --primary-cta-text: #f5f5f5; + --primary-cta-text: #54d8ff; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; --accent: #e3edff;