Add darkmode svg css to html
This commit is contained in:
parent
1d45f31690
commit
9f384387b9
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
||||||
{% if use_darkmode %}
|
{% if use_darkmode %}
|
||||||
{% compress css %}
|
{% compress css %}
|
||||||
<link rel="stylesheet" href="{{ static('darkmode.css') }}">
|
<link rel="stylesheet" href="{{ static('darkmode.css') }}">
|
||||||
|
<link rel="stylesheet" href="{{ static('darkmode-svg.css') }}">
|
||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not INLINE_JQUERY %}
|
{% if not INLINE_JQUERY %}
|
||||||
|
|
Loading…
Reference in a new issue