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 624e06d commit 433df73Copy full SHA for 433df73
index.md
@@ -34,7 +34,7 @@ are successfully building for Android using the
34
<th>Stars</th>
35
</tr>
36
{% for value in items %}
37
-<tr style="background-color: {{ item.status == 'success' ? '#d4edda' : '#f8d7da' }};">
+<tr style="background-color: #d4edda;">
38
<tr>
39
<td><a href="{{ value.repo }}">{{ value.repo }}</a></td>
40
<td><a href="https://github.com/swift-everywhere/swift-package-builds/actions/runs/{{ value.runid }}>">{{ value.status }}</a></td>
0 commit comments