Skip to content

Instantly share code, notes, and snippets.

@daften
Last active May 3, 2016 14:15
Show Gist options
  • Save daften/06f70c5d4a8da93bf987e32ab7b4b792 to your computer and use it in GitHub Desktop.
Save daften/06f70c5d4a8da93bf987e32ab7b4b792 to your computer and use it in GitHub Desktop.
Jenkins CSS Digipolis Gent
pre.console-output {
background-color: #000000;
color: #DDD;
padding: 10px;
}
pre.console-output a {
color: #3535fa;
}
pre.console-output a.model-link {
color: #878dff;
}
pre.console-output span.phing-outcome-failed {
color: #F00;
}
pre.console-output span.phing-outcome-finished {
color: #0F0;
}
pre.console-output span.phing-target {
color: #e848d0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment