From e9eee644171ebcde7d6d7ecb7131e8def62c9a6e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:15:06 +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 5fa2dad..3581973 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #a0a0a0; + --background: #ffffff; --card: #f9f9f9; --foreground: #1a1a1a; - --primary-cta: #ff8c42; + --primary-cta: #ffd142; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6; - --accent: #ffb380; - --background-accent: #ff8c42; + --accent: #ffd280; + --background-accent: #ffd210; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1