From 56d4d4375faedf5dcee37f6e89d41ab256d1ccc6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 09:54:43 +0000 Subject: [PATCH] Switch to version 1: modified src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9bd6479..8db27ae 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #121212; - --card: #1e1e1e; + --background: #0b0f14; + --card: #111821; --foreground: #ffffff; --primary-cta: #f2c200; --primary-cta-text: #0b0f14; - --secondary-cta: #333333; + --secondary-cta: #111821; --secondary-cta-text: #ffffff; --accent: #f2c200; - --background-accent: #252525; + --background-accent: #111821; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);