all repos — h3rald @ ec4049ade7360d46e84a7e68b9b86b9d57a73fed

The sources of https://h3rald.com

templates/_theme_switcher.mustache

 1
 2
 3
 4
 5
    <input id="theme-switcher" type="checkbox" name="theme-switcher">
    <label for="theme-switcher" class="themed-content">
      <span class="dark-mode-hide theme-switcher-icon">:moon|Switch to Dark Mode:</span>
      <span class="light-mode-hide theme-switcher-icon">:light-up|Switch to Light Mode:</span>
    </label>