change login button colour from blue to green

This commit is contained in:
Alexia Steinberg 2024-08-30 15:37:31 -03:00
parent 8ffe1ad7e1
commit a42a7390f4

View File

@ -160,7 +160,7 @@ href="{{ url_for('static', filename='mirrormanager2.css') }}"/>
</div>
</li>
{% else %}
<a class="btn btn-primary ml-2" href="{{ url_for('auth.login') }}?next={{request.url}}">Login</a>
<a class="btn btn-primary btn-success ml-2" href="{{ url_for('auth.login') }}?next={{request.url}}">Login</a>
{% endif %}
</ul>
</nav>