Skip to content

Commit 67839fb

Browse files
committed
Don't compress darkmode css
1 parent d7cc620 commit 67839fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

templates/base.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,8 @@
6969
{% endif %}
7070
{% block media %}{% endblock %}
7171
{% if use_darkmode %}
72-
{% compress css %}
73-
<link rel="stylesheet" href="{{ static('darkmode.css') }}">
74-
<link rel="stylesheet" href="{{ static('darkmode-svg.css') }}">
75-
{% endcompress %}
72+
<link rel="stylesheet" href="{{ static('darkmode.css') }}">
73+
<link rel="stylesheet" href="{{ static('darkmode-svg.css') }}">
7674
{% endif %}
7775

7876
<noscript>

0 commit comments

Comments
 (0)