From e36b1ccd2841e9f0177b3fe44c1c55e79472295d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 22:00:15 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 12ff0e2..3aa4946 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #f5f5f5; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --foreground: #087588; + --primary-cta: #ffffff; --primary-cta-text: #087588; --secondary-cta: #ffffff; --secondary-cta-text: #087588; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #ffffff; + --background-accent: #087588; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1