From 32f1e9de7155d2d2bf9ed04a4e11fc39feb244bf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 13:01:36 +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 b88eb59..d2a60db 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: #ffffff; - --primary-cta: #1f7cff; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #010101; + --secondary-cta: #f9f9f9; --secondary-cta-text: #ffffff; - --accent: #1f7cff; - --background-accent: #f96b2f; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);