From 77587fef3f5e6c685f53f430faf33d993db082a2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 19:17:42 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9c9fbe7..94444e1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffc905; - --card: #f9f9f9; + --card: #ff1515; --foreground: #fffafa; --primary-cta: #ff0505; --primary-cta-text: #ffffff; --secondary-cta: #ff1f0b; --secondary-cta-text: #120a00e6; --accent: #e2e2e2; - --background-accent: #FF7B05; + --background-accent: #be3737; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1