Merge branch 'bgcolor' of Disroot/grav-theme-disroot into master

This commit is contained in:
antilopa 2020-01-01 20:16:43 +00:00 committed by Gitea
commit 726b21fdfa
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 id="content" style="background-color: {{ page.header.bgcolor }}">
{% for module in page.collection() %}
{{ module.content }}
{% endfor %}