From 9acc2adb0de50c0b5e21cdb6a451807caf73df34 Mon Sep 17 00:00:00 2001 From: Marco Sadjadi Date: Tue, 19 May 2026 22:44:58 +0200 Subject: [PATCH] fix(web): favicon matches nav-bar logo (monochrome outline, prefers-color-scheme) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The indigo filled square didn't match the in-page Logo component. The nav-bar logo is a monochrome outlined rounded square + M path, currentColor on the dark page background. Favicon now follows the same design: outlined rect + M, stroke adapts: - light browser tabs → #0A0A0B (near-black) - dark browser tabs → #FAFAFA Apple-icon stays as the indigo filled tile — iOS home-screen icons need solid backgrounds, monochrome outlines disappear there. --- apps/web/app/icon.svg | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/web/app/icon.svg b/apps/web/app/icon.svg index a27a411..a35b4c2 100644 --- a/apps/web/app/icon.svg +++ b/apps/web/app/icon.svg @@ -1,4 +1,10 @@ - - + + +