change login button colour from blue to green #1

Closed
alexia wants to merge 1 commits from alexia/mirrormanager-rocky:lexi-branch into main

View File

@ -160,7 +160,7 @@ href="{{ url_for('static', filename='mirrormanager2.css') }}"/>
</div> </div>
</li> </li>
{% else %} {% 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 %} {% endif %}
</ul> </ul>
</nav> </nav>