Don't compress darkmode css
This commit is contained in:
parent
d7cc620a0a
commit
67839fbbd0
1 changed files with 2 additions and 4 deletions
|
@ -69,10 +69,8 @@
|
|||
{% endif %}
|
||||
{% block media %}{% endblock %}
|
||||
{% if use_darkmode %}
|
||||
{% compress css %}
|
||||
<link rel="stylesheet" href="{{ static('darkmode.css') }}">
|
||||
<link rel="stylesheet" href="{{ static('darkmode-svg.css') }}">
|
||||
{% endcompress %}
|
||||
<link rel="stylesheet" href="{{ static('darkmode.css') }}">
|
||||
<link rel="stylesheet" href="{{ static('darkmode-svg.css') }}">
|
||||
{% endif %}
|
||||
|
||||
<noscript>
|
||||
|
|
Loading…
Reference in a new issue