Skip to content
New issue

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

console color is gone in Jenkins 2.335 #193

Open
b-dean opened this issue Feb 18, 2022 · 0 comments
Open

console color is gone in Jenkins 2.335 #193

b-dean opened this issue Feb 18, 2022 · 0 comments

Comments

@b-dean
Copy link

b-dean commented Feb 18, 2022

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant