From 3b674fb32dd46a9a063bbb13cb3d68b65f7b0114 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 17:42:23 +0000 Subject: [PATCH] Switch to version 1: modified src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..86a8dc9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #15479c; - --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --background: #fdf8f5; + --card: #ffffff; + --foreground: #2b2a29; + --primary-cta: #ffb7c5; + --primary-cta-text: #2b2a29; + --secondary-cta: #fdfbf7; + --secondary-cta-text: #2b2a29; + --accent: #fdf1b8; + --background-accent: #ffe4e1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);