Skip to content

Commit 62522ad

Browse files
authored
Merge pull request #208 from hazmeister/bugfix-invisible-analysis-detail
Fix invisible text in analysis detail when using the jenkins dark theme
2 parents 3d20613 + 9285781 commit 62522ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/webapp/css/custom-prism.css

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ pre > code.highlight {
3636
}
3737

3838
.analysis-detail {
39+
background-color: var(--background);
40+
color: var(--text-color);
3941
margin:0;
4042
white-space: normal;
4143
padding:10px;

0 commit comments

Comments
 (0)