Skip to content

Instantly share code, notes, and snippets.

@anubra266
Last active July 9, 2021 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anubra266/4c80740c9c6cb7cc5668e6fe024c5a57 to your computer and use it in GitHub Desktop.
Save anubra266/4c80740c9c6cb7cc5668e6fe024c5a57 to your computer and use it in GitHub Desktop.
Themes svg favicons
<svg>
  <style>
    path { fill: black; }
    @media (prefers-color-scheme: dark) {
      path { fill: white; }
    }
  </style>

  <!-- more stuff -->

</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment