various design improvements

This commit is contained in:
2019-01-02 17:24:02 +01:00
parent 3bf1d1f0eb
commit b8ffa5f4cc
5 changed files with 17 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
{% block content %}
<h1>Play!</h1>
<h2>You are: {{ current_player }}</h2>
<div class=current_player_indicator>You are: {{ current_player }}</div>
<p>
<table>
@@ -13,4 +13,8 @@
</table>
</p>
<p>
<a href={{ edit_url }}>Edit name</a> <a href={{ url_for('create_game') }}>New game</a>
</p>
{% endblock %}