Include dark-theme.css

This commit is contained in:
Anomalion 2022-05-10 11:57:47 +02:00 committed by GitHub
parent 6e7df35ae7
commit 8eece0e984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/material-icons.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/prism.min.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}?v={{ version }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/dark-theme.css') }}" />
{% if gaId %}
<!-- Global site tag (gtag.js) - Google Analytics -->