15 lines
144 B
CSS
15 lines
144 B
CSS
#mocha h1 {
|
|
font-size: .7em;
|
|
}
|
|
|
|
.test {
|
|
font-size: .8em;
|
|
color: yellow;
|
|
}
|
|
.test.passed {
|
|
color: green;
|
|
}
|
|
.test.failed {
|
|
color: red;
|
|
}
|