From 959cc4bc6c1226f395781e23c916daaed08c365b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:14:54 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a91f8a8..7f7bb3b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f4f7f9; - --foreground: #001a2e; - --primary-cta: #b87333; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #ffffff; - --secondary-cta: #001a2e; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #e0e7ed; - --background-accent: #b87333; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1