[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

@@ -31,7 +31,7 @@
<tr>
<td style="white-space:initial;">
{% for s in t.scopes.all %}
<span class="badge bg-secondary">{{ s.name }}</span>
<span class="badge text-bg-secondary">{{ s.name }}</span>
{% endfor %}
</td>