Add dark theme.

This commit is contained in:
2019-02-15 23:32:21 +01:00
parent 97fd6fcde0
commit 6a6b4015c8
12 changed files with 99 additions and 24 deletions

View File

@@ -31,10 +31,10 @@
<td class="col-sm-auto text-center">{{ ep[prop] }}</td>
{% endfor %}
<a class="btn btn-dark" href="/episodes/{{ ep['id'] }}">Show</a>
<a class="btn btn-default" href="/episodes/{{ ep['id'] }}">Show</a>
{% if g.is_editor %}
<td class="col-sm-auto text-center">
<a class="btn btn-dark" href="/editepisode/{{ ep['id'] }}">Edit</a>
<a class="btn btn-default" href="/editepisode/{{ ep['id'] }}">Edit</a>
</td>
{% endif %}
</tr>