Set td background colour for headings

This commit is contained in:
Oliver Davies 2017-09-07 11:54:32 +01:00
parent f7211df7d2
commit 0034295be8

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"> <table class="w-100 ba b--moon-gray">
<thead> <thead>
<tr class="striped--near-white"> <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 %} {% 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 %} {% endif %}
<th class="pa2 tl">Event</th> <th class="pa2 tl bg-white">Event</th>
{% if not upcoming %} {% if not upcoming %}
<th class="w4 pa2 tl">Feedback</th> <th class="w4 pa2 tl bg-white">Feedback</th>
{% endif %} {% endif %}
</tr> </tr>
</thead> </thead>