Closed paulvt closed 2 years ago
I can confirm the issue. I could fixed that by changing:
console-output pre{position:relative;font-family:Roboto Mono,Menlo,monospace!important;font-size:12px;background:#0c0c0c;color:#ffffff!important;cursor:text}
Can confirm as well. I added the following extra CSS:
pre {color: #bbbbbb !important}
PR to fix this: #71
The script console is affected too. It seems to use other CSS settings though.
@offa @Jorg3Lucas can you confirm that this fix is deployed and working properly? we still have very low contrast
Wired, the PR has been merged, but the changes got lost somehow!?
Seems like it. For now i am overwriting this specific part with an additional css text entry in jenkins:
.console-output, .console-output pre {
position: relative;
font-family: Roboto Mono,Menlo,monospace!important;
font-size: 12px;
background: #0c0c0c;
color: #e9eded !important;
cursor: text;
}
but to me it seems as this issue is not closed :/
If I look at the CSS it should be #e9eded on #0c0c0c, but it doesn't turn out that way? It is hardly readable unfortunately.