From 0395e5d8bc57e82226113400c65ddadb8d434898 Mon Sep 17 00:00:00 2001 From: SecretlyTaco Date: Wed, 21 Feb 2018 08:53:15 +0000 Subject: [PATCH] Added checkbox for dark theme in settings page --- templates/settings.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/settings.html b/templates/settings.html index 39f25e0..b260493 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -27,8 +27,15 @@ +
+
+ + +
+
+ -{% endblock %} \ No newline at end of file +{% endblock %}