From 1f6deb29df7671f1cf0588247ec6571bc860c067 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 24 Dec 2023 23:17:34 +0200 Subject: [PATCH] fix custom css during fistmas --- files/templates/util/html_head.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index e30cdf664a..8d191a2bef 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -114,13 +114,14 @@ {% endif %} - {% if (v.css or v.background) and not request.path.startswith('/settings') %} - - {% endif %} {% if v.themecolor == '30409f' %} {% endif %} {% endif %} + + {% if (v.css or v.background) and not request.path.startswith('/settings') %} + + {% endif %} {% else %} {% endif %}