From da79a71ef72915dad422f27f903595dfb8b8eb75 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 20:56:43 +0000 Subject: [PATCH 1/2] Update theme colors --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e790f72..4fd73bf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F5F5F5; - --card: #FFFFFF; - --foreground: #000000; - --primary-cta: #7B4DFF; - --primary-cta-text: #FFFFFF; - --secondary-cta: #000000; - --secondary-cta-text: #FFFFFF; - --accent: #7B4DFF; - --background-accent: #E2E2E2; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; + --primary-cta-text: #ffffff; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #000612e6; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 51035f75af040df4e6b570afbbb0ee4284f88d16 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 20:56:44 +0000 Subject: [PATCH 2/2] Update theme colors -- 2.49.1