We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 jenkinsci/jenkins#6259
!important
pre
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This started with Jenkins 2.335. Here's the commit to the base style.less in Jenkins that introduced some
!important
colors on allpre
elements. See jenkinsci/jenkins#6259Here's a workaround you can add this extra css to your config:
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.
The text was updated successfully, but these errors were encountered: