From 9f384387b929e96c32bce51b75ff37ee4b8f49fa Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Fri, 23 Dec 2022 03:16:33 -0600 Subject: [PATCH] Add darkmode svg css to html --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 96ddd29..0dc4af2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -72,6 +72,7 @@ {% if use_darkmode %} {% compress css %} + {% endcompress %} {% endif %} {% if not INLINE_JQUERY %}