From a56f514df623412fdbf5858a1bdae969d0b2587f Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Tue, 10 Mar 2026 15:07:00 -0400 Subject: [PATCH] =?UTF-8?q?UI:=20logo=20book=20fill=20light=20mode=20black?= =?UTF-8?q?=20=E2=86=92=20indigo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .logo-book fill was var(--color-text) which renders black in light mode. Changed to var(--color-primary) so it matches the brand indigo in both modes. Stroke updated to match at 70% opacity. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/components/AppLogo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/AppLogo.vue b/frontend/src/components/AppLogo.vue index e43c8c4..0bef925 100644 --- a/frontend/src/components/AppLogo.vue +++ b/frontend/src/components/AppLogo.vue @@ -37,8 +37,8 @@ defineProps<{ size?: number }>();