From a933b9ce19ebdb273ece8d2c5593ea0155053f67 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 01:36:49 +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 b1462e3..ed240ab 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #ffffff; + --card: #15479C; --foreground: #000000; --primary-cta: #13d1cf; --primary-cta-text: #15479C; --secondary-cta: #15479C; --secondary-cta-text: #13D1CF; --accent: #15479C; - --background-accent: #c4c4c4; + --background-accent: #28d8e3; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1