From a33ff0297d288ff4cff153c36b5116602f95a503 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:40:49 +0000 Subject: [PATCH] Switch to version 3: modified 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 f97c261..b64b790 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #010912; - --card: #152840; - --foreground: #e6f0ff; - --primary-cta: #cee7ff; + --background: #fdf8f8; + --card: #f9f0f0; + --foreground: #4a0404; + --primary-cta: #701a75; --primary-cta-text: #010912; - --secondary-cta: #0e1a29; + --secondary-cta: #881337; --secondary-cta-text: #e6f0ff; - --accent: #3f5c79; - --background-accent: #004a93; + --accent: #e11d48; + --background-accent: #fce7f3; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);