Remove default body bg color
This commit is contained in:
parent
6b6eed7285
commit
859a9a335d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="{% block body_class %}{% endblock %} bg-gray-200">
|
<body class="{% block body_class %} {% endblock body_class %} ">
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
{% block content %}{% endblock content %}
|
{% block content %}{% endblock content %}
|
||||||
<!-- End Content -->
|
<!-- End Content -->
|
||||||
|
|
Loading…
Reference in a new issue