mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-05 22:37:45 +02:00
Improving dark mode form styles
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="icon">{{ readFile "static/show-sidebar.svg" | safeHTML }}</div>
|
||||
Table of Contents
|
||||
</button>
|
||||
<form style="float: right; padding-left: 1rem;">
|
||||
<form class="dark-mode-form">
|
||||
<label for="dark_mode">Dark Mode?</label>
|
||||
<input type="checkbox" id="dark_mode" name="dark_mode" />
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user