[O] Emphasise current score

This commit is contained in:
Hykilpikonna
2019-10-05 17:06:24 -04:00
parent 6461456c16
commit a598521491
@@ -19,6 +19,13 @@
padding: 0 5px;
}
// Score you got
span.score
{
background: #ffc;
color: #555;
}
// Max score
span.max
{