Add support for adding score

This commit is contained in:
2020-11-27 19:13:27 +00:00
parent 623b53d542
commit bcda8f8a4f
5 changed files with 65 additions and 2 deletions

View File

@@ -179,3 +179,21 @@ figure.participant figcaption {
#participants {
margin-top: 1em;
}
.score {
display: inline-block;
background: green;
border-radius: 100px;
color: white;
padding: 4px 9px;
vertical-align: top;
}
.participant button {
display: none;
}
.participant.buzzed button {
display: inline;
}