Skip to content

Commit c3e2ff4

Browse files
The colors for these new classes need to be configurable, too
1 parent 35c14ec commit c3e2ff4

File tree

1 file changed

+5
-5
lines changed
  • src/Report/Html/Renderer/Template/css

1 file changed

+5
-5
lines changed

src/Report/Html/Renderer/Template/css/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,21 +138,21 @@ table + .structure-heading {
138138
}
139139

140140
.covered-by-small-tests {
141-
background-color: #99cb84;
141+
background-color: {{success-high}};
142142
}
143143

144144
.covered-by-medium-tests {
145-
background-color: #c3e3b5;
145+
background-color: {{success-medium}};
146146
}
147147

148148
.covered-by-large-tests {
149-
background-color: #dff0d8;
149+
background-color: {{success-low}};
150150
}
151151

152152
.not-covered {
153-
background-color: #f2dede;
153+
background-color: {{danger}};
154154
}
155155

156156
.not-coverable {
157-
background-color: #fcf8e3;
157+
background-color: {{warning}};
158158
}

0 commit comments

Comments
 (0)