allow color config of content

This commit is contained in:
Yannik Schmidt
2020-08-29 13:33:03 +02:00
parent 85c6328fe8
commit d232ee37b9

View File

@@ -5,7 +5,7 @@
{% include 'head.html' %}
</head>
<body class="bg-special">
<body class="bg-special" {% if "FORCE_BG_COLOR" in conf %} style="background-color: {{ conf['FORCE_BG_COLOR'] }} !important;" {% endif %}>
{% include 'navbar.html' %}
<div class="container mt-5 mb-5 h-100">