@@ -59,6 +59,11 @@
rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 20px );
}
+.tag-today>span {
+ text-decoration: underline;
+ font-weight: 800;
+}
+
.calendar {
width: 100%;
text-align: center;
@@ -83,7 +83,7 @@
<tr class="calendar-content-row">
{% for day in week %}
<td class="calendar-day {{day.classes}}" tooltip="{{day.classes}}">
- {{day.day}}
+ <span>{{day.day}}</span>
</td>
{% endfor %}
</tr>