From 16f5e91667542874c1267df057750432f7c11e09 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:41:20 +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 3e2c0c2..e57a628 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #f5f5f5; - --card: #ffffff; + --card: #36cfff; --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --primary-cta: #ff9a00; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #659eff; - --background-accent: #f3b000; + --accent: #e3edff; + --background-accent: #d3f1ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);