From beb47b1212fe3c01ec39c5c195f19cdcd9a93992 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 02:55:43 +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 6b273c1..352eea5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #121212; - --foreground: #f5f5f5; - --primary-cta: #c5a059; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #000000; - --secondary-cta: #1c1c1c; + --secondary-cta: #ffffff; --secondary-cta-text: #f5f5f5; - --accent: #333333; - --background-accent: #1a1a1a; + --accent: #e63946; + --background-accent: #f09199; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);