[FIX] BG color classes

Use `text-bg-*` instead of just `bg-*` to make use of Bootstraps native text color selection for those backgrounds.
This commit is contained in:
Peter Pfeufer
2025-04-14 20:14:54 +02:00
parent b02827cb3f
commit 25cf329a50
25 changed files with 68 additions and 68 deletions

View File

@@ -14,7 +14,7 @@
{% endblock %}
{% block active %}
<span class="badge bg-success">
<span class="badge text-bg-success">
{% translate "SSO login active" %}
</span>
{% endblock %}