From 38dc342e092ef53bf1edaff3035d31ec43f19899 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 21:36:00 +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 7304489..68b710a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #ffffff; --card: #ffffff; - --foreground: #1c1c1c; + --foreground: #087588; --primary-cta: #ffffff; - --primary-cta-text: #f5f5f5; + --primary-cta-text: #087588; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --secondary-cta-text: #087588; + --accent: #ffffff; + --background-accent: #087588; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1