From 58821ca192240e82ea79936515bc2eb854586fd1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:29:16 +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 a0af75c..c7c7967 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #103fb1; - --card: #fafafa; + --background: #000000; + --card: #817e05; --foreground: #000612e6; --primary-cta: #15479c; --primary-cta-text: #ffffff; -- 2.49.1