Files
thetempusproject/app/views/footer/right.html
2024-12-10 09:00:49 -05:00

8 lines
263 B
HTML

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