CSS样式  |  13行  |  168 B

.pass {
    font-weight: bold;
    color: green;
}
.fail {
    font-weight: bold;
    color: red;
}
#console {
    white-space: pre-wrap;
    font-family: monospace;
}