From 5ec78d149dffcf508c9c4ae223114320443de6a6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:04:31 +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 19ef334..fd9ebfc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #030303; + --background: #ffffff; --card: #f9f9f9; - --foreground: #000000; + --foreground: #120006e6; --primary-cta: #e63946; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1