8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dd437 commit 3416344Copy full SHA for 3416344
static/css/style.css
@@ -72,6 +72,2 8000 1 @@ th, td {
72
background-color: red;
73
}
74
75
+.mafia {
76
+ font-size: 20px;
77
+ color: #cf3232;
78
+}
79
+
80
+.city {
81
82
+ color: #3283cf;
83
84
85
+.serial_killer {
86
87
+ color: #784e88;
88
89
90
#myProgress {
91
width: 100%;
92
background-color: #ddd;
templates/GOD.html
@@ -80,8 +80,9 @@ <h4 class="table_header">Comments</h4>
<hr>
<h4 class="table_header">Game Roles</h4>
{% for role in roles.keys() %}
+<p class="{{ role2team[role] }}">
{{ role }} : {{ roles[role] }}
-<br>
+</p>
{% endfor %}
{% endblock %}
0 commit comments