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