Make table bg a little less opressive in timerboard

This commit is contained in:
Aaron Kable 2024-04-10 16:27:09 +08:00
parent 87ef0f21a3
commit 5605eb129d

View File

@ -19,9 +19,9 @@
{% for timer in timers %} {% for timer in timers %}
{% if timer.important == True %} {% if timer.important == True %}
<tr class="table-danger"> <tr class="bg-danger bg-opacity-25">
{% else %} {% else %}
<tr class="table-info"> <tr class="bg-info bg-opacity-25">
{% endif %} {% endif %}
<td style="width: 150px;" class="text-center"> <td style="width: 150px;" class="text-center">