From a6483a26359794256829381029d0f321d58ccd97 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:54:04 +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 c3b44c8..8bb4ae2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdfaf7; - --card: #f4ede6; - --foreground: #2d241c; - --primary-cta: #8b4513; - --primary-cta-text: #f5f5f5; - --secondary-cta: #f4ede6; - --secondary-cta-text: #1c1c1c; - --accent: #d2b48c; - --background-accent: #e6d5c3; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #e34400; + --primary-cta-text: #ffffff; + --secondary-cta: #010101; + --secondary-cta-text: #ffffff; + --accent: #737373; + --background-accent: #e34400; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1