shiloh-website/components/theme-toggle.html
2026-07-07 13:18:27 -07:00

6 lines
326 B
HTML

<div class="theme-toggle" id="theme-toggle" role="group" aria-label="Theme">
<button type="button" data-theme="day" aria-pressed="false">day</button>
<button type="button" data-theme="night" aria-pressed="true">night</button>
<button type="button" data-theme="sabbath" aria-pressed="false">sabbath</button>
</div>