From ee3847e7b114a3143efcd0cdd2d7692f76abca07 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:58:30 +0000 Subject: [PATCH] Switch to version 2: 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 8356c70..0919bd5 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: #f5f5f5; - --primary-cta: #0b0b0b; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffff; - --accent: #8b9a1b; - --background-accent: #5d6b00; + --background: #efebe5; + --card: #f7f2ea; + --foreground: #000000; + --primary-cta: #49111C; + --primary-cta-text: #efebe5; + --secondary-cta: #5E503F; + --secondary-cta-text: #000000; + --accent: #A9927D; + --background-accent: #e1b875; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);