Skip to content

Instantly share code, notes, and snippets.

@williamho
Last active September 14, 2021 13:16
Show Gist options
  • Save williamho/faf749c0eae887af7a92 to your computer and use it in GitHub Desktop.
Save williamho/faf749c0eae887af7a92 to your computer and use it in GitHub Desktop.
User style for Jenkins console output to make it look like travis
.console-output {
background: #2a2a2a;
color: #f1f1f1;
padding: 1em;
line-height: 19px;
font-size: 14px;
font-weight: 400;
word-wrap: break-word;
}
.console-output p {
color: #f1f1f1;
}
.console-output a {
color: #ffc9c9;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment