From 589b76309d3ef2866793d61413a84a13f81173b5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 16:00:32 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index eaea985..a5d1e76 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdf7f7; - --card: #ffffff; - --foreground: #4a3b4c; - --primary-cta: #c17a94; - --primary-cta-text: #ffffff; - --secondary-cta: #e6d5d5; - --secondary-cta-text: #4a3b4c; - --accent: #d8c7e0; - --background-accent: #f3e6e8; + --background: #080000; + --card: #1e0d0d; + --foreground: #ffe6e6; + --primary-cta: #ff7a7a; + --primary-cta-text: #080000; + --secondary-cta: #1e0909; + --secondary-cta-text: #ffe6e6; + --accent: #7b4242; + --background-accent: #65292c; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1