We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3aee2 commit 27451e9Copy full SHA for 27451e9
pythonpro/core/templates/core/index.html
@@ -40,7 +40,7 @@ <h3 class="mb-3">Curso Python Birds Grátis</h3>
40
{% endif %}
41
42
<h5 class="mt-4 mb-2">Já tem conta?</h5>
43
- <a class="btn btn-light my-2 my-sm-0" ref="{% url 'login' %}?next={% url 'dashboard:home' %}" role="button">Entrar</a>
+ <a class="btn btn-light my-2 my-sm-0 text-dark" ref="{% url 'login' %}?next={% url 'dashboard:home' %}" role="button">Entrar</a>
44
</div>
45
46
0 commit comments