changed color of Bargraph-Text on WebUI

This commit is contained in:
Marcel Peterkau 2022-09-01 21:31:27 +02:00
parent 1b49ed4a2e
commit c6b47fffaf

View File

@ -58,7 +58,7 @@
<p>
<h4>Tankinhalt verbleibend</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="%TANK_REMAIN_CAPACITY%" aria-valuemin="0"
<div class="progress-bar text-light" role="progressbar" aria-valuenow="%TANK_REMAIN_CAPACITY%" aria-valuemin="0"
aria-valuemax="100" style="width: %TANK_REMAIN_CAPACITY%&#37;">
%TANK_REMAIN_CAPACITY%&#37;
</div>