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

@@ -32,7 +32,7 @@
{% if g.is_editor %}
<td class="col-sm-auto text-center">
<a class="btn btn-dark" href="{{ url_for('drink_edit', drink_id = drink.id) }}">
<a class="btn btn-default" href="{{ url_for('drink_edit', drink_id = drink.id) }}">
<span class="fas fa-pencil-alt"></span>
</a>
</td>