change colors

This commit is contained in:
Allan Cueff
2023-11-09 19:07:06 +01:00
parent 01aa901e69
commit fddb69619d
2 changed files with 6 additions and 6 deletions

View File

@@ -83,15 +83,15 @@ function getOrderedTableTeams(sport){
switch(teams[i].stade){
case "16":
classement = "16èmes"
color = "bg-secondary-subtle"
color = "bg-secondary"
break;
case "8":
classement = "8èmes"
color = "bg-secondary-subtle"
color = "bg-secondary"
break;
case "4":
classement = "Quarts"
color = "bg-secondary-subtle"
color = "bg-secondary"
break;
case "2":
if(teams[i].eliminated){

View File

@@ -67,15 +67,15 @@ function getTeamClassementBadge(equipe){
switch(equipe.stade){
case "16":
classement = "16èmes"
color = "bg-secondary-subtle"
color = "bg-secondary"
break;
case "8":
classement = "8èmes"
color = "bg-secondary-subtle"
color = "bg-secondary"
break;
case "4":
classement = "Quarts"
color = "bg-secondary-subtle"
color = "bg-secondary"
break;
case "2":
if(equipe.eliminated){