Skip to content

Commit 14fd38f

Browse files
committed
Update page
1 parent 433df73 commit 14fd38f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ are successfully building for Android using the
3434
<th>Stars</th>
3535
</tr>
3636
{% for value in items %}
37-
<tr style="background-color: #d4edda;">
38-
<tr>
37+
<tr style="background-color: {% if value.status == 'success' %}#e6ffe6{% else %}#ffe6e6{% endif %};">
3938
<td><a href="{{ value.repo }}">{{ value.repo }}</a></td>
4039
<td><a href="https://github.com/swift-everywhere/swift-package-builds/actions/runs/{{ value.runid }}>">{{ value.status }}</a></td>
4140
<td>{{ value.stars }}</td>

0 commit comments

Comments
 (0)