init darkmode pretty toggle
This commit is contained in:
parent
a05454e5f2
commit
df35f5e736
4 changed files with 244 additions and 139 deletions
6
templates/darkmode_toggle.html
Normal file
6
templates/darkmode_toggle.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class='toggle-switch'>
|
||||
<label>
|
||||
<input type='checkbox'>
|
||||
<span class='slider'></span>
|
||||
</label>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue