Made low score indication in scenario review clearer.

This commit is contained in:
neviyn 2018-12-18 12:08:43 +00:00
parent 39de14caf6
commit 396046c3b2

View File

@ -43,6 +43,7 @@ export default {
background-color: mistyrose;
}
.scorewarn {
color: red;
color: white;
background-color: red;
}
</style>