From 9d4f17bede5e5b1fd761bc95f4e5e2efbc9e0b43 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:11:55 +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 e56061f..63296e6 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: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e34400; + --background: #f0f7ff; + --card: #e8f2ff; + --foreground: #001f4d; + --primary-cta: #0066cc; --primary-cta-text: #f7f6f7; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #0c1325; - --accent: #ff7b05; - --background-accent: #e34400; + --accent: #b3d9ff; + --background-accent: #7da3d9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);