Skip to content

Commit 1c5cf4f

Browse files
authored
Merge pull request #444 from zbynek/patch-1
Fix carousel arrows color in dark mode
2 parents 06895fc + 9918a13 commit 1c5cf4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/webapp/css/jenkins-style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ pre {
9090
.carousel-control-prev, .carousel-control-next {
9191
width: 15px;
9292
fill: var(--text-color);
93+
filter: none;
9394
}
9495

9596
/* ------------------------------------------------------------------------------------------------------------------- */

0 commit comments

Comments
 (0)