Skip to content

Commit 3416344

Browse files
committed
add : colorly difference between teams.
1 parent 45dd437 commit 3416344

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

static/css/style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,21 @@ th, td {
7272
background-color: red;
7373
}
7474

75+
.mafia {
76+
font-size: 20px;
77+
color: #cf3232;
78+
}
79+
80+
.city {
81+
font-size: 20px;
82+
color: #3283cf;
83+
}
84+
85+
.serial_killer {
86+
font-size: 20px;
87+
color: #784e88;
88+
}
89+
7590
#myProgress {
7691
width: 100%;
7792
background-color: #ddd;

templates/GOD.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ <h4 class="table_header">Comments</h4>
8080
<hr>
8181
<h4 class="table_header">Game Roles</h4>
8282
{% for role in roles.keys() %}
83+
<p class="{{ role2team[role] }}">
8384
{{ role }} : {{ roles[role] }}
84-
<br>
85+
</p>
8586
{% endfor %}
8687
<hr>
8788
{% endblock %}

0 commit comments

Comments
 (0)