Skip to content

Commit e1a66b1

Browse files
authored
Merge pull request #168 from jenkinsci/dark-theme
[JENKINS-67244] Use Jenkins text and background color in modals
2 parents d690b5b + a1996d1 commit e1a66b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
--bs-nav-tabs-border-width: 0;
88
}
99

10+
.modal {
11+
--bs-modal-color: var(--text-color);
12+
--bs-modal-bg: var(--background);
13+
}
14+
1015
body {
1116
background-color: var(--background);
1217
color: var(--text-color);

0 commit comments

Comments
 (0)