From 6e539dbc946f5a902d9582646f3537b3beae6ffa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:56:22 +0000 Subject: [PATCH 1/2] 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 b88eb59..00726da 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; + --background: #191970; --card: #1a1a1a; - --foreground: #ffffff; + --foreground: #504A4B; --primary-cta: #1f7cff; --primary-cta-text: #ffffff; --secondary-cta: #010101; --secondary-cta-text: #ffffff; --accent: #1f7cff; - --background-accent: #f96b2f; + --background-accent: #bc1eff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 34a75c40ab5a9692db993b3aef566c05ffcc214d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:57:01 +0000 Subject: [PATCH 2/2] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 00726da..7a7ce6c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #ffffff; --secondary-cta: #010101; --secondary-cta-text: #ffffff; - --accent: #1f7cff; + --accent: #ff7dab; --background-accent: #bc1eff; /* text sizing - set by ThemeProvider */ -- 2.49.1