Skip to content

Instantly share code, notes, and snippets.

@williamho
williamho / jenkins_console.css
Last active September 14, 2021 13:16
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;
}