From 9577596249a776d342abb87bf3909c9b71180df8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 11:03:53 +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 6e838ed..47bbc8e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #111111; - --card: #1A1A1A; - --foreground: #F7F2E8; - --primary-cta: #C9A227; - --primary-cta-text: #111111; - --secondary-cta: #4A2E1F; - --secondary-cta-text: #F7F2E8; - --accent: #D8B98A; - --background-accent: #2E4A3B; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f0f8ffe6; + --primary-cta: #cee7ff; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #f0f8ffe6; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);