From 376a416ccb57a168cb71a07340adea3a16d5f03c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 12:23:47 +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 7fc9340..b86a490 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,11 +13,11 @@ --background: #0B1D3A; --card: #132D55; --foreground: #FFFFFF; - --primary-cta: #00A8FF; + --primary-cta: #02055b; --primary-cta-text: #ffffff; --secondary-cta: #FFFFFF; --secondary-cta-text: #e31b1b; - --accent: #00A8FF; + --accent: #02055B; --background-accent: #153A70; /* text sizing - set by ThemeProvider */