From 72a7c63418623ba09404ed9570a75ec00f511571 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Tue, 1 Dec 2020 17:35:06 +0100
Subject: [PATCH] Allow custom stylesheet

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

diff --git a/templates/base.html b/templates/base.html
index a40fa66..f4f2501 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -27,6 +27,7 @@
     </style>
     <link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}/css/bootstrap.min.css" />
     <link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}/css/style.css" />
+    <link rel="stylesheet" type="text/css" href="{{ CUSTOM_STYLESHEET }}" />
 
     <title>
         {{ SITENAME }}
-- 
GitLab