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:46:20 +0300
committerweru <onewesh@gmail.com>2019-10-09 20:46:20 +0300
commit9f2b508a109c5a6adf2397ff53bdb1618db4c33b (patch)
tree24a1749abdf9113d9ae71f83af97f9ba4774e508
parent8ccd0f1907a5e61b9a234241e08d9156691af3fe (diff)
link label to toggle button
-rw-r--r--layouts/partials/mode.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/mode.html b/layouts/partials/mode.html
index 550a2d8..bebfe2f 100644
--- a/layouts/partials/mode.html
+++ b/layouts/partials/mode.html
@@ -1,4 +1,4 @@
<div class = 'color_mode'>
-<label>Toggle Dark Mode</label>
-<input type = 'checkbox' class = 'color_choice'>
+<label for = 'mode'>Toggle Dark Mode</label>
+<input type = 'checkbox' class = 'color_choice' id = 'mode'>
</div>