From 6326963df0b1c80686da740d6de94b398dbbd5e6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 00:22:32 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 11d9b0b..4fd73bf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f8f8f8; - --foreground: #000000; - --primary-cta: #D4AF37; - --primary-cta-text: #000000; - --secondary-cta: #ffffff; - --secondary-cta-text: #000000; - --accent: #e0e0e0; - --background-accent: #f0f0f0; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; + --primary-cta-text: #ffffff; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #000612e6; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);