Skip to content

Instantly share code, notes, and snippets.

@nocodesupplyco
Created September 12, 2023 16:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nocodesupplyco/05a71b745877a8bee3cb725fd9919a3d to your computer and use it in GitHub Desktop.
Save nocodesupplyco/05a71b745877a8bee3cb725fd9919a3d to your computer and use it in GitHub Desktop.
Dark/Light Mode Favicon
<!-- Place this in the <head> and update the href to your images for each color mode -->
<link href="favicon-light.png" rel="icon" media="(prefers-color-scheme: light)" />
<link href="favicon-dark.png" rel="icon" media="(prefers-color-scheme: dark)" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment