Skip to content
Snippets Groups Projects
Unverified Commit 8eece0e9 authored by Anomalion's avatar Anomalion Committed by GitHub
Browse files

Include `dark-theme.css`

parent 6e7df35a
No related branches found
No related tags found
No related merge requests found
......@@ -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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment