From 3239106c111f5e61173ce8de91b3936d84e7eb0c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 05:57:04 +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 3db582a..47bbc8e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F5F1E8; - --card: #EFE7DD; - --foreground: #3B2F2F; - --primary-cta: #3B2F2F; - --primary-cta-text: #F5F1E8; - --secondary-cta: #D6C3A3; - --secondary-cta-text: #3B2F2F; - --accent: #6B7D6D; - --background-accent: #D6C3A3; + --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); -- 2.49.1