Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onweru/newsroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <onewesh@gmail.com>2019-10-09 20:35:20 +0300
committerweru <onewesh@gmail.com>2019-10-09 20:35:20 +0300
commit380121b35626c296e4a38daaf80c6288093ed95e (patch)
treea02cabafb2d12d005e8d36d9dcc652aa70f9f324
parente4f68fe05305114724553050b00912687cfafa94 (diff)
edit template ~ fix #3
-rw-r--r--layouts/partials/mode.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/mode.html b/layouts/partials/mode.html
index 01489d7..550a2d8 100644
--- a/layouts/partials/mode.html
+++ b/layouts/partials/mode.html
@@ -1,3 +1,4 @@
<div class = 'color_mode'>
- <div class = 'color_choice'></div>
+<label>Toggle Dark Mode</label>
+<input type = 'checkbox' class = 'color_choice'>
</div>