Mise à jour de 'mycaldav/templates/rh/rh_view.html'

This commit is contained in:
2022-10-12 07:55:52 +02:00
parent 694ad14424
commit 39cdee6418

View File

@@ -10,7 +10,7 @@
</td>&nbsp;&nbsp;&nbsp;&nbsp;
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: black" >{{ task.name }}<br></a>
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: white" >{{ task.name }}<br></a>
{{task.desc}}
</td>
</tr>