From 309f0dd9936b79b989c072ffe065477ac34eb86c Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 8 Jul 2024 23:59:03 -0500 Subject: [PATCH] Revert "Change css order" This reverts commit 981e0f1b4e59b8d717ca7d32a3d5692d70f44cd3. --- templates/base.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/base.html b/templates/base.html index c2bcbf6..9ca52ca 100644 --- a/templates/base.html +++ b/templates/base.html @@ -44,15 +44,10 @@ {% block meta %}{% endblock %} - - {% if use_darkmode %} - - - {% endif %} {% if not INLINE_FONTAWESOME %} {% endif %} - + {% compress css %} {% if INLINE_FONTAWESOME %} @@ -63,7 +58,6 @@ {% endcompress %} - @@ -77,6 +71,11 @@ {% endif %} + {% if use_darkmode %} + + + {% endif %} +