Skip to content

Commit b9faaa5

Browse files
authored
Override --white, fixes 'more info' link in empty states (#148)
1 parent 807427f commit b9faaa5

File tree

1 file changed

+1
-0
lines changed
  • src/main/resources/io/jenkins/plugins/darktheme

1 file changed

+1
-0
lines changed

src/main/resources/io/jenkins/plugins/darktheme/theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
--very-light-grey: var(--dark-theme-bg-dark);
88
--light-grey: var(--dark-theme-bg-333);
99
--medium-grey: var(--dark-theme-bg-333);
10+
--white: var(--dark-theme-bg-333);
1011

1112
/* Text */
1213
--text-color: #c0c0c0;

0 commit comments

Comments
 (0)