From cb3932c9619966db09654cd251415a68e3d3acd7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:36:09 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1528342..6cd0218 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #15479c; + --card: #fff5f0; + --foreground: #2b1810; + --primary-cta: #e34400; --primary-cta-text: #f7f6f7; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffd4b3; --secondary-cta-text: #0c1325; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #ff7b05; + --background-accent: #ffa54d; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1