From 7a1b45c41f1260880a893cd282f3b2aeec4bc720 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 06:51:55 +0000 Subject: [PATCH] Update theme colors --- 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 bdc6ab6..d95367d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #a8a728; --card: #fdfbf7; - --foreground: #1a1a1a; - --primary-cta: #c5a059; - --primary-cta-text: #f6f0e9; + --foreground: #fffffa; + --primary-cta: #100674; + --primary-cta-text: #fff9f9; --secondary-cta: #1e3a8a; - --secondary-cta-text: #2b180a; - --accent: #c5a059; + --secondary-cta-text: #ffffff; + --accent: #a8930b; --background-accent: #fdfbf7; /* text sizing - set by ThemeProvider */ -- 2.49.1