Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Summary headline of report in green or red. #149

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions resources/buster-test.css
Expand Up @@ -82,6 +82,14 @@ body.buster-test {
margin: 0 0 .25em; margin: 0 0 .25em;
} }


.buster-test .stats.success h2 {
color: #3c3;
}

.buster-test .stats.failure h2 {
color: #c33;
}

.buster-test .stats li { .buster-test .stats li {
display: inline; display: inline;
padding-right: 1em; padding-right: 1em;
Expand Down