diff --git a/index.php b/index.php index 0529c22f..6c714ece 100755 --- a/index.php +++ b/index.php @@ -156,7 +156,7 @@ $oldtable->data[] = $row; } else { if ($inprogress) { - $label = html_writer::tag('span', $strmeetingstarted, ['class' => 'badge bg-info text-dark']); + $label = html_writer::tag('span', $strmeetingstarted, ['class' => 'badge bg-dark badge-dark bg-text-dark']); $row[2] = html_writer::tag('div', $label); } else { $row[2] = $displaytime;