forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-18 20:01:35 -06:00
parent 26796bf816
commit 3a59b834f2
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@
</head>
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" class="overflow-hidden overflow-y-auto sm:overflow-y-none antialiased bg-cover bg-center bg-gray-500 text-gray-900 dark:bg-gray-700 dark:text-gray-100">
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" class="theme-midnight dark overflow-hidden overflow-y-auto sm:overflow-y-none antialiased bg-cover bg-center bg-gray-500 text-gray-900 dark:bg-gray-700 dark:text-gray-100">
{% block Banner %}
{% endblock %}