From d1343064822c4e6fe8d3b18c29b4f6df73fcdbf7 Mon Sep 17 00:00:00 2001 From: Ivan The Geek <7623933+IvanTheGeek@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:34:40 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20drop=20ico=20link=20tag=20=E2=80=94=20fa?= =?UTF-8?q?vicon.ico=20has=20opaque=20white=20corners?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The .ico file is a single 32×32 frame with white (255,255,255,255) pixels filling the rounded-corner regions instead of transparent ones, so declaring it as an `` made Chrome render the favicon with visible white corners on dark backgrounds. The svg+xml type fix and apple-touch-icon link remain — those don't involve the .ico. Legacy browsers that need the .ico will still find it via the root `/favicon.ico` auto-probe; regenerating the .ico from favicon.svg so its content matches the rest is a separate asset change. --- src/app.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.html b/src/app.html index 2edb5378..9ed1e043 100644 --- a/src/app.html +++ b/src/app.html @@ -9,7 +9,6 @@ name="description" content="Simplify documentation and avoid heavy tools. Open source Visio Alternative. Commonly used for explaining your code! Mermaid is a simple markdown-like script language for generating charts from text via javascript." /> -