This commit is contained in:
cuom1999 2022-11-09 21:55:02 -06:00
parent ed5893a097
commit d02d195c94

View file

@ -21,10 +21,6 @@
text-align: center;
}
h3 a {
color: lightcyan;
}
#add-clarification {
float: left;
color: chartreuse;
@ -97,7 +93,8 @@
<a href="{{url('new_contest_clarification', request.participation.contest.key)}}"
class="fa fa-plus-circle"
id="add-clarification"
title="{{_('Add')}}">
title="{{_('Add')}}"
style="color: lightcyan">
</a>
{% endif %}
</h3>