We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9564255 commit ae98af7Copy full SHA for ae98af7
1 file changed
actions/functions/colorDateEmpruntFunction.php
@@ -14,7 +14,7 @@ function ColorDateEmprunt($Date) {
14
15
switch (true) {
16
case ($Date > $Now):
17
- echo '<span style="color: black;">' . NoEchoConversionDate($Date) . '</span>';
+ echo '<span class="text-body">' . NoEchoConversionDate($Date) . '</span>';
18
break;
19
case ($Date == $Now):
20
echo '<span style="color: green;">' . NoEchoConversionDate($Date) . '</span>';
0 commit comments