Created
February 13, 2025 17:37
-
-
Save tdmrhn/2ff623f83c31b59b31aeff669a150126 to your computer and use it in GitHub Desktop.
Blocksy 2 Color Switcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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