afonsof / jenkins-material-theme

Beautify your Jenkins with the Material Design theme!
http://afonsof.com/jenkins-material-theme
MIT License
1.73k stars 357 forks source link

console color is gone in Jenkins 2.335 #193

Open b-dean opened 2 years ago

b-dean commented 2 years ago

This started with Jenkins 2.335. Here's the commit to the base style.less in Jenkins that introduced some !important colors on all pre elements. See https://github.com/jenkinsci/jenkins/pull/6259

Here's a workaround you can add this extra css to your config:

.console-output, .console-output pre {
    color: #e9eded !important;
}

Any fix for this should probably include the fix from #149

There may be other changes in those Jenkins 2.335 styles that break things.