Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created February 13, 2025 17:37
Show Gist options
  • Save tdmrhn/2ff623f83c31b59b31aeff669a150126 to your computer and use it in GitHub Desktop.
Save tdmrhn/2ff623f83c31b59b31aeff669a150126 to your computer and use it in GitHub Desktop.
Blocksy 2 Color Switcher
<button class="ct-color-switch ct-toggle " data-color-switch="reversed" data-label="bottom" aria-label="Color mode switch" data-id="color-mode-switcher">
<span class="ct-label ct-hidden-sm ct-hidden-md" aria-hidden="true">
<span class="ct-dark-mode-label">Dark Mode</span>
<span class="ct-light-mode-label">Light Mode</span>
</span>
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment