User
Deploy static theme toggle script
a86a01f
Raw
History Blame Contribute Delete
243 Bytes
<button type="button"
class="control-button"
data-theme-toggle
title="Switch to dark mode"
aria-label="Switch to dark mode"
aria-pressed="false">
<i data-lucide="moon" class="h-4 w-4"></i>
</button>