fix colors on most blocked table

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-03 20:17:51 +02:00
parent 5fa854afd6
commit 5aaeb93b35
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@
{% for user in usersBlk %}
<tr {% if v.id == user.target_id %}class="self"{% endif %}>
<td>{{loop.index}}</td>
<td><a style="color:#{{user.name_color}};font-weight:bold" href="/@{{user.username}}"><span {% if user.patron %}class="patron" style="background-color:#{{user.name_color}}"{% endif %}>{{user.username}}</span></a></td>
<td><a style="color:#{{user.namecolor}};font-weight:bold" href="/@{{user.username}}"><span {% if user.patron %}class="patron" style="background-color:#{{user.namecolor}}"{% endif %}>{{user.username}}</span></a></td>
<td>{{user.n}}</td>
</tr>
{% endfor %}