Skip to content
kandown
GitHubnpm
98 releases

Changelog

2026-06-20

v0.13.1Transparent Favicon

  • Fixed: Favicon had a solid dark surface that disappeared on dark browser tabs. The 0.13.0 favicon used a #0a0a0a rounded background that blended with Chrome's #202124 tab strip and Safari's dark chrome, leaving a near-invisible blob. The new `public/favicon.svg` has a transparent background and recolors the K via `@media (prefers-color-scheme: dark)` so the contrast holds in both light and dark browser themes. The lime slash (`#cef867`) is the constant brand element on top. `favicon-{16,32,48}.png` and `favicon.ico` are regenerated with transparent backgrounds. PWA / OS-launcher icons (apple-touch-icon, android-chrome-192/-512, mstile-150, og-image) keep their dark surface — they live on home screens, app drawers, Windows tiles, and social cards where a solid background is required by the platform.