mirror of https://github.com/onweru/compose.git

weru
21.25.2023 c5ec185f96a4c029fbcf703a7a741c606c976775
use double quotes & fix spacing

Signed-off-by: weru <fromweru@gmail.com>
1 files modified
6 ■■■■ changed files
layouts/partials/mode.html 6 ●●●● patch | view | raw | blame | history
layouts/partials/mode.html
@@ -1,4 +1,4 @@
<div class = 'color_mode'>
  <label for = 'mode'></label>
  <input type = 'checkbox' class = 'color_choice standardize-input' id = 'mode' title="Toggle Dark Mode">
<div class="color_mode">
  <label for="mode"></label>
  <input type="checkbox" class="color_choice standardize-input" id="mode" title="Toggle Dark Mode">
</div>