From 5559d875b7f5262ac95b3061ebb4c4934de2c1f7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 12:05:44 +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 018e8e2..c06c3c6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,12 +13,12 @@ --background: #000000; --card: #0c0c0c; --foreground: #ffffff; - --primary-cta: #106EFB; + --primary-cta: #8bb1ea; --primary-cta-text: #ffffff; --secondary-cta: #000000; --secondary-cta-text: #ffffff; --accent: #535353; - --background-accent: #106EFB; + --background-accent: #c9d9f1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1