From 67839fbbd08e0c948353f9012728c03186e95598 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Wed, 12 Jun 2024 13:50:37 -0500 Subject: [PATCH] Don't compress darkmode css --- templates/base.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 3067a87..969558c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -69,10 +69,8 @@ {% endif %} {% block media %}{% endblock %} {% if use_darkmode %} - {% compress css %} - - - {% endcompress %} + + {% endif %}