From a2d966b97b7dc74794216eeddf2337d2015912e5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 04:17:13 +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 883d2fb..ccfba2a 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: #1a2a1a; --foreground: #ffffff; --primary-cta: #ffffff; - --primary-cta-text: #0a1a0c; - --secondary-cta: #0d200f; - --secondary-cta-text: #d4f6d8; - --accent: #1a3d1f; - --background-accent: #355e3b; + --primary-cta-text: #0a150a; + --secondary-cta: #0d1a0d; + --secondary-cta-text: #e1f6e1; + --accent: #2d4a2d; + --background-accent: #c1e1c1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1