Skip to content

Instantly share code, notes, and snippets.

@magbanum
Last active April 20, 2021 18:16
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 magbanum/71f8b83057e30e0d8549f8193c19d38c to your computer and use it in GitHub Desktop.
Save magbanum/71f8b83057e30e0d8549f8193c19d38c to your computer and use it in GitHub Desktop.
HTML code for the dark/light theme switcher
<div class="switch">
<input type="checkbox" class="switch__input" id="Switch">
<label class="switch__label" for="Switch">
<span class="switch__indicator"></span>
<span class="switch__decoration"></span>
</label>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment