From 5ebe0b0b8d168ce7987d50aced6b23c232bede78 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Sun, 09 Jul 2023 12:47:24 +0000 Subject: [PATCH] update template --- layouts/partials/mode.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/mode.html b/layouts/partials/mode.html index bcf4b69..cf2ffc0 100644 --- a/layouts/partials/mode.html +++ b/layouts/partials/mode.html @@ -1,4 +1,4 @@ -<div class="color_mode"> - <label for="mode"></label> +<div class=color_mode> + <label for=mode></label> <input type="checkbox" class="color_choice standardize-input" id="mode" title="Toggle Dark Mode"> </div> -- Gitblit v1.10.0