admin: add wchoices in team_history.json

This commit is contained in:
nemunaire 2018-12-09 19:26:34 +01:00
parent 1b75547308
commit f3eabd74fc
4 changed files with 26 additions and 6 deletions

View file

@ -18,10 +18,13 @@ const indextpl = `<!DOCTYPE html>
white-space: nowrap;
}
.bg-mfound {
background-color: #7bcfd0;
background-color: #7bcfd0 !important;
}
.bg-ffound {
background-color: #7bdfc0;
background-color: #7bdfc0 !important;
}
.bg-wchoices {
background-color: #c07bdf !important;
}
</style>
<base href="{{.urlbase}}">