Fix bground issue for Pads and Contact page by adding a bgcolor option

This commit is contained in:
meaz 2019-12-31 09:56:35 +01:00
parent b8c1c86260
commit 82ab0a5f55
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ Disroot Main style Sheet
------------------------------------*/
body { background: #fff; color: #555;}
#content { background: #fff; }
/* Header
------------------------------------*/

View File

@ -5,7 +5,7 @@
{% block content %}
{{ page.content }}
<div id="content">
<div style="background-color: {{ page.header.bgcolor }}">
{% for module in page.collection() %}
{{ module.content }}
{% endfor %}