Set td background colour for headings

This commit is contained in:
Oliver Davies 2017-09-07 11:54:32 +01:00
parent 69b42c6a47
commit 05efae551c

View file

@ -1,17 +1,17 @@
<div class="w-100 overflow-x-auto overflow-y-hidden">
<div class="overflow-auto">
<table class="w-100 ba b--moon-gray">
<thead>
<tr class="striped--near-white">
<th class="w-20-l pa2 tl">Date</th>
<th class="w-20-l pa2 tl bg-white">Date</th>
{% if not talk_page %}
<th class="w-40-l pa2 tl">Talk</th>
<th class="w-40-l pa2 tl bg-white">Talk</th>
{% endif %}
<th class="pa2 tl">Event</th>
<th class="pa2 tl bg-white">Event</th>
{% if not upcoming %}
<th class="w4 pa2 tl">Feedback</th>
<th class="w4 pa2 tl bg-white">Feedback</th>
{% endif %}
</tr>
</thead>