From 09a17042c628f98f299190bb90253183d637e247 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 19:37:21 +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 b098144..96c42f4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdfdfc; + --background: #f9f975; --card: #ffffff; --foreground: #0a0a0a; --primary-cta: #0f172a; @@ -18,7 +18,7 @@ --secondary-cta: #ffffff; --secondary-cta-text: #0a0a0a; --accent: #3b82f6; - --background-accent: #e2e8f0; + --background-accent: #4e98f8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);