From e0a434da22996ee8142d35c1ba220758dbb13c6a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:20:52 +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 c88a206..7eef950 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #060000; - --card: #1d0d0d; - --foreground: #ffe6e6; - --primary-cta: #ff3d4a; - --primary-cta-text: #ffffff; - --secondary-cta: #1f0a0a; - --secondary-cta-text: #ffe6e6; - --accent: #7b2d2d; - --background-accent: #b8111f; + --background: #000000; + --card: #1f4035; + --foreground: #ffffff; + --primary-cta: #ffffff; + --primary-cta-text: #051a12; + --secondary-cta: #0d2b1f; + --secondary-cta-text: #d4f6e8; + --accent: #0d5238; + --background-accent: #10b981; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1