white text

This commit is contained in:
Baptiste 2022-06-18 13:35:45 +02:00
parent 062aebc51c
commit a95d63e139

View file

@ -63,7 +63,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
$req1->execute(array($day, $planning));
while($r1 = $req1->fetch()) {
?>
<div style="background-color: <?= $r1['color'] ?>; height: <?= $r1['length'] ?>%; border: 0;<?php //if($day == 7) { echo "border-right: 4px solid black;"; } ?>" class="content">
<div style="background-color: <?= $r1['color'] ?>; height: <?= $r1['length'] ?>%; border: 0; color: white;<?php //if($day == 7) { echo "border-right: 4px solid black;"; } ?>" class="content">
<span><?= $r1['title'] ?></span>
</div>
<?php