From f1294fb95ce4694488cf6297fa4d0cb00414214b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:37:16 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f76135d..176a97a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #1A1A1A; - --card: #262626; + --background: #ffffff; + --card: #ff0000; --foreground: #F4F4F4; - --primary-cta: #C5A059; - --primary-cta-text: #1A1A1A; - --secondary-cta: #1A1A1A; - --secondary-cta-text: #C5A059; - --accent: #C5A059; - --background-accent: #333333; + --primary-cta: #FF0000; + --primary-cta-text: #ffffff; + --secondary-cta: #FF0000; + --secondary-cta-text: #FF0000; + --accent: #FF0000; + --background-accent: #fffefe; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1