From 72eaa685d051a8dca544ec09f9e5b0c7f3bb3a97 Mon Sep 17 00:00:00 2001 From: Matthew Crossman Date: Mon, 18 Jan 2021 11:25:39 +1100 Subject: [PATCH] Prevent "system" class from being added to body. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index ec014c5..b535698 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,7 @@ + {% if (prefs.theme == "dark" || prefs.theme =="light") %} {{ prefs.theme }}{% endif %}">