Use a <picture> element with prefers-color-scheme so the white logo on pi.dev stays visible in dark mode and a black variant is shown in light mode. GitHub's HTML sanitizer strips style attributes and inline SVG, so the two-file pattern is the only reliable theme-aware approach. Co-authored-by: julien-agent <Agents+cyolo@huggingface.co>