Skip to content

Instantly share code, notes, and snippets.

@neuralpain
Last active June 12, 2024 15:03
Show Gist options
  • Save neuralpain/8d6b8a1412dfff3dc0727050048551b5 to your computer and use it in GitHub Desktop.
Save neuralpain/8d6b8a1412dfff3dc0727050048551b5 to your computer and use it in GitHub Desktop.
README head logo proper light & dark theme template
<p align="center">
<picture>
<source srcset="https://cdn.example.com/logo-light.svg" media="(prefers-color-scheme: light)" height="96px" alt="logo light">
<img src="https://cdn.example.com/logo-dark.svg" height="96px" alt="logo dark">
</picture>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment