From 1f95fdf9febdf3ea9ffe1defc022982a234aaf78 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 16:57:11 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ad2998f..386b9d3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,13 +10,13 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; + --background: #000000; + --card: #000000; --foreground: #1c1c1c; --primary-cta: #c5a059; --primary-cta-text: #ffffff; --secondary-cta: #1c1c1c; - --secondary-cta-text: #ffffff; + --secondary-cta-text: #000000; --accent: #c5a059; --background-accent: #1c1c1c; -- 2.49.1