Add darkmode svg css to html

This commit is contained in:
cuom1999 2022-12-23 03:16:33 -06:00
parent 1d45f31690
commit 9f384387b9

View file

@ -72,6 +72,7 @@
{% if use_darkmode %}
{% compress css %}
<link rel="stylesheet" href="{{ static('darkmode.css') }}">
<link rel="stylesheet" href="{{ static('darkmode-svg.css') }}">
{% endcompress %}
{% endif %}
{% if not INLINE_JQUERY %}