1
0
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:
Andrew Davis
2020-02-02 10:24:16 -06:00
parent 2240682681
commit 4e8b26a3b0
7 changed files with 320 additions and 115 deletions

View File

@@ -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>