Improve professionalism by removing color

This commit is contained in:
2022-12-08 07:20:46 +00:00
parent cf4b8a0195
commit d1c44cee92
24 changed files with 101 additions and 101 deletions

View File

@@ -278,10 +278,10 @@
<div class="navbar-item">
<div class="buttons">
{% if not user.is_authenticated %}
<a class="button is-info" href="{% url 'signup' %}">
<a class="button" href="{% url 'signup' %}">
<strong>Sign up</strong>
</a>
<a class="button is-light" href="{% url 'two_factor:login' %}">
<a class="button" href="{% url 'two_factor:login' %}">
Log in
</a>
{% endif %}