From e486acce1174687f416f850fd4c6b497cb316633 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 04:17:57 +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 ccfba2a..7884bb3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #1a2a1a; + --card: #481f1f; --foreground: #ffffff; --primary-cta: #ffffff; - --primary-cta-text: #0a150a; - --secondary-cta: #0d1a0d; - --secondary-cta-text: #e1f6e1; - --accent: #2d4a2d; - --background-accent: #c1e1c1; + --primary-cta-text: #280101; + --secondary-cta: #361311; + --secondary-cta-text: #f6d4d4; + --accent: #51000b; + --background-accent: #ff2231; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);