From 4314abd957c4a0cead63e549caebeb9097eca010 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:54:09 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8d866fb..8112d11 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; + --background: #ffffff; --card: #f9f9f9; --foreground: #ffffff; - --primary-cta: #ffffff; - --primary-cta-text: #ffffff; + --primary-cta: #000000; + --primary-cta-text: #000000; --secondary-cta: #f9f9f9; - --secondary-cta-text: #ffffff; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --secondary-cta-text: #000000; + --accent: #bb2424; + --background-accent: #ffffff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1