Add switch class

This commit is contained in:
daudix
2024-09-02 23:28:46 +03:00
parent 7dc1d18af9
commit 134e33839f

View File

@ -618,10 +618,10 @@ Blah blah <q>Inline Quote</q> hmm.
<br /> <br />
<small>Fix contrast:</small> <small>Fix contrast:</small>
<br /> <br />
<input id="contrast-color-light" type="checkbox" /> <input id="contrast-color-light" class="switch" type="checkbox" />
<label for="contrast-color-light">Light theme</label> <label for="contrast-color-light">Light theme</label>
<br /> <br />
<input id="contrast-color-dark" type="checkbox" checked /> <input id="contrast-color-dark" class="switch" type="checkbox" checked />
<label for="contrast-color-dark">Dark theme</label> <label for="contrast-color-dark">Dark theme</label>
</div> </div>