summaryrefslogtreecommitdiff
path: root/iss/templates/passes.html
diff options
context:
space:
mode:
Diffstat (limited to 'iss/templates/passes.html')
-rw-r--r--iss/templates/passes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/iss/templates/passes.html b/iss/templates/passes.html
index e430c69..1368368 100644
--- a/iss/templates/passes.html
+++ b/iss/templates/passes.html
@@ -24,7 +24,7 @@
{% for date, preds in predictions.items() %}
{% set date_loop = loop %}
{% for pred in preds %}
- <tr class="pa1 {{ date_loop.cycle('light-gray', 'light-silver') }}">
+ <tr class="pa1 {{ date_loop.cycle('light-silver', 'light-gray') }}">
{% if loop.first %}<td rowspan="{{ preds|length }}">{{ date }}</td>{% endif %}
<td>{{ pred.length }}</td>
<td>{{ pred.rise.time }}</td>