From 8eece0e984ed211fcfff04e04802d897505b6fa0 Mon Sep 17 00:00:00 2001
From: Anomalion <31505999+Anomalion@users.noreply.github.com>
Date: Tue, 10 May 2022 11:57:47 +0200
Subject: [PATCH] Include `dark-theme.css`

---
 app/templates/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/templates/index.html b/app/templates/index.html
index 81f1bbd..8862ec5 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -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 -->
-- 
GitLab