Dark content area beneath coop header

Wrap content block in bg-dark-800 so all existing dark-themed
templates render correctly without per-file migration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-24 23:35:08 +00:00
parent ff185b42f0
commit dffce2f6de
4 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -81,8 +81,10 @@
{# App-specific sub-nav (Runs, Recipes, Effects, etc.) #} {# App-specific sub-nav (Runs, Recipes, Effects, etc.) #}
{% block sub_nav %}{% endblock %} {% block sub_nav %}{% endblock %}
<main class="max-w-screen-2xl mx-auto px-4 py-4"> <main class="bg-dark-800 text-gray-100 min-h-screen">
<div class="max-w-screen-2xl mx-auto px-4 py-4">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div>
</main> </main>
{% block footer %}{% endblock %} {% block footer %}{% endblock %}