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 6c3a0ab commit 9518f95Copy full SHA for 9518f95
webapp/templates/jury/contests.html.twig
@@ -23,7 +23,7 @@
23
{% if contest.locked %}
24
<i class="fas fa-lock"></i>
25
{% endif %}
26
- <a class="fa-regular fa-folder-open" style="float: right" href={{ path('jury_contest', {'contestId': contest.cid}) }}></a>
+ <a class="fa-regular fa-folder-open" style="float: right; color: black" href={{ path('jury_contest', {'contestId': contest.cid}) }}></a>
27
</div>
28
<div class="card-body">
29
{% if not contest.starttimeEnabled and contest.finalizetime is not empty %}
0 commit comments