[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

@@ -24,7 +24,7 @@
{% block content %}
<div>
<div class="text-center mb-3">
<div class="badge bg-primary text-start">
<div class="badge text-bg-primary text-start">
<b>{% translate "Current EVE time:" %}</b>
<span id="current-time"></span>
</div>