From d0c6859088ce3c2c97f1ff6773e3418bd1c26fc5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:42:36 +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 e57a628..c2a6c84 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #36cfff; + --background: #5afcfc; + --card: #fff7e9; --foreground: #1c1c1c; --primary-cta: #ff9a00; --primary-cta-text: #f5f5f5;