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