Add switch class
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user