change login button colour from blue to green #1

Closed
alexia wants to merge 1 commits from alexia/mirrormanager-rocky:lexi-branch into main
Showing only changes of commit a42a7390f4 - Show all commits

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>