From 482bf688667a22a6308cf0df483dacc1537b6833 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 12:09:28 +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 883d2fb..a3c2a6c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #1a2f1d; + --card: #0e190f; --foreground: #ffffff; --primary-cta: #ffffff; --primary-cta-text: #0a1a0c; --secondary-cta: #0d200f; --secondary-cta-text: #d4f6d8; - --accent: #1a3d1f; - --background-accent: #355e3b; + --accent: #132d17; + --background-accent: #223c26; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1