Gradient color script added to goal difference column

This commit is contained in:
Lucas Patenaude
2024-04-14 17:37:28 -06:00
parent e4b44e05e3
commit f60bbe00a6
3 changed files with 25 additions and 12 deletions

View File

@@ -42,7 +42,7 @@
<td>{{wins}}</td>
<td>{{losses}}</td>
<td>{{draws}}</td>
<td>{{goal_difference}}</td>
<td id="goal-difference-column">{{goal_difference}}</td>
<td id="points-column">{{points}}</td>
</tr>
{{/each}}