mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2026-01-21 18:57:38 +01:00
allow color config of content
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
{% include 'head.html' %}
|
{% include 'head.html' %}
|
||||||
|
|
||||||
</head>
|
</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' %}
|
{% include 'navbar.html' %}
|
||||||
<div class="container mt-5 mb-5 h-100">
|
<div class="container mt-5 mb-5 h-100">
|
||||||
|
|||||||
Reference in New Issue
Block a user