Files
thetempusproject/app/views/footer/right.html
Joey Kimsey 0c2fa757dd wip
2024-12-20 16:55:45 -05:00

7 lines
320 B
HTML

<div class="col-6 col-md-2 mb-3 text-center">
<h5 class="atb-green">Dark Mode</h5>
<div class="material-switch px-4 mt-2">
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle" class="form-check-input">
<label for="dark-mode-toggle" class="label-default"></label>
</div>
</div>