We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c14ec commit c3e2ff4Copy full SHA for c3e2ff4
src/Report/Html/Renderer/Template/css/style.css
@@ -138,21 +138,21 @@ table + .structure-heading {
138
}
139
140
.covered-by-small-tests {
141
- background-color: #99cb84;
+ background-color: {{success-high}};
142
143
144
.covered-by-medium-tests {
145
- background-color: #c3e3b5;
+ background-color: {{success-medium}};
146
147
148
.covered-by-large-tests {
149
- background-color: #dff0d8;
+ background-color: {{success-low}};
150
151
152
.not-covered {
153
- background-color: #f2dede;
+ background-color: {{danger}};
154
155
156
.not-coverable {
157
- background-color: #fcf8e3;
+ background-color: {{warning}};
158
0 commit comments