From 53aeac557f8ddf7921e5d23cdabf777c1d1d4fb0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 14:20:21 +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 34beded..76c7cc4 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: #fcfcfc; - --foreground: #000612; - --primary-cta: #15479c; - --primary-cta-text: #ffffff; - --secondary-cta: #d4af37; - --secondary-cta-text: #000612; - --accent: #d4af37; - --background-accent: #f3f4f6; + --background: #050012; + --card: #040121; + --foreground: #f0e6ff; + --primary-cta: #c89bff; + --primary-cta-text: #050012; + --secondary-cta: #1d123b; + --secondary-cta-text: #f0e6ff; + --accent: #684f7b; + --background-accent: #65417c; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1