[BUGFIX] login screen dark mode

This commit is contained in:
Marie Birner
2023-11-04 20:51:03 +01:00
parent 895492946c
commit 8123299861
2 changed files with 9 additions and 11 deletions

View File

@ -30,7 +30,7 @@
</header>
{% endif %}
<div class="flex min-h-screen {%if not loggedin_user and not show_kiosk_header %} items-center {% else %} items-start {% endif %} justify-center px-4 py-12 sm:px-6 lg:px-8"> {% block content %}{% endblock content %}
<div class="flex min-h-screen {%if not loggedin_user and not show_kiosk_header %} items-center dark:bg-primary-900 {% else %} items-start {% endif %} justify-center px-4 py-12 sm:px-6 lg:px-8"> {% block content %}{% endblock content %}
</div>
{% if loggedin_user %}