From 8772965a8df5f8b11588475dee21561582d1c16b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:15:44 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6931ada..8bb4ae2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #2d2d2d; + --background: #0a0a0a; + --card: #1a1a1a; --foreground: #ffffff; - --primary-cta: #c41f3e; + --primary-cta: #e34400; --primary-cta-text: #ffffff; - --secondary-cta: #808080; + --secondary-cta: #010101; --secondary-cta-text: #ffffff; - --accent: #cf082c; - --background-accent: #404040; + --accent: #737373; + --background-accent: #e34400; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1