Automatic background color for login and signup

This commit is contained in:
Alexandre Iooss 2022-01-29 22:03:58 +01:00
parent b67ec750ac
commit 6a7faad80e
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
{% block head_title %}{% trans "Sign In" %}{% endblock %}
{% block content %}
<div class="card bg-light mx-auto" style="max-width: 35rem;">
<div class="card mx-auto" style="max-width: 35rem;">
<h3 class="card-header text-center">
{% trans "Sign In" %}
</h3>

View file

@ -6,7 +6,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
{% block head_title %}{% trans "Signup" %}{% endblock %}
{% block content %}
<div class="card bg-light">
<div class="card">
<h3 class="card-header text-center">
{% trans "Sign Up" %}
</h3>